mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-02-01 18:41:54 +08:00
build
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
[Unit]
|
||||
Description=The main process of Pi-KVM
|
||||
Description=The main Pi-KVM daemon
|
||||
After=network.target network-online.target nss-lookup.target
|
||||
|
||||
[Service]
|
||||
@@ -7,8 +7,8 @@ Type=simple
|
||||
Restart=always
|
||||
RestartSec=3
|
||||
|
||||
ExecStart=python -m kvmd --config /etc/kvmd.yaml
|
||||
ExecStopPost=python -m kvmd.extras.cleanup --config /etc/kvmd.yaml
|
||||
ExecStart=kvmd --config /etc/kvmd.yaml
|
||||
ExecStopPost=kvmd-cleanup --config /etc/kvmd.yaml
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
Reference in New Issue
Block a user