summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kvmd/kvmd.service14
1 files changed, 14 insertions, 0 deletions
diff --git a/kvmd/kvmd.service b/kvmd/kvmd.service
new file mode 100644
index 00000000..40fd6cd9
--- /dev/null
+++ b/kvmd/kvmd.service
@@ -0,0 +1,14 @@
+[Unit]
+Description=The main process of Pi-KVM
+After=network.target network-online.target nss-lookup.target
+
+[Service]
+Type=simple
+Restart=always
+RestartSec=3
+
+ExecStart=python -m kvmd --config /etc/kvmd.yaml
+ExecStopPost=python -m kvmd.extras.cleanup --config /etc/kvmd.yaml
+
+[Install]
+WantedBy=multi-user.target