summaryrefslogtreecommitdiff
path: root/kvmd/kvmd.service
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2018-06-29 00:29:24 +0300
committerDevaev Maxim <[email protected]>2018-06-29 00:29:24 +0300
commitb06bf44e3357e245f6d7b7fe7283dd7a1f691d83 (patch)
tree49f4d9f22562f83dd13bf8a6d6ab2e701e0f128b /kvmd/kvmd.service
parent9237bb020d098f62877622f4926aef9f5f72153b (diff)
build
Diffstat (limited to 'kvmd/kvmd.service')
-rw-r--r--kvmd/kvmd.service6
1 files changed, 3 insertions, 3 deletions
diff --git a/kvmd/kvmd.service b/kvmd/kvmd.service
index 40fd6cd9..7b04fc59 100644
--- a/kvmd/kvmd.service
+++ b/kvmd/kvmd.service
@@ -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