mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 09:10:30 +08:00
14 lines
347 B
Desktop File
14 lines
347 B
Desktop File
[Unit]
|
|
Description=Pi-KVM - Boot configuration
|
|
After=systemd-modules-load.service
|
|
Before=network-pre.target kvmd-otg.service kvmd-nginx.service kvmd.service sshd.service pikvm-bootconfig.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/kvmd-bootconfig --do-the-thing
|
|
ExecStop=/bin/true
|
|
RemainAfterExit=true
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|