mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
fixed kvmd path in systemd unit
This commit is contained in:
parent
01f93b905a
commit
8fccd50717
@ -7,8 +7,8 @@ Type=simple
|
|||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=3
|
RestartSec=3
|
||||||
|
|
||||||
ExecStart=kvmd --config /etc/kvmd.yaml
|
ExecStart=/usr/bin/kvmd --config /etc/kvmd.yaml
|
||||||
ExecStopPost=kvmd-cleanup --config /etc/kvmd.yaml
|
ExecStopPost=/usr/bin/kvmd-cleanup --config /etc/kvmd.yaml
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user