mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
kvmd-bootconfig prototype
This commit is contained in:
13
configs/os/services/kvmd-bootconfig.service
Normal file
13
configs/os/services/kvmd-bootconfig.service
Normal file
@@ -0,0 +1,13 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user