summaryrefslogtreecommitdiff
path: root/configs/systemd/kvmd.service
diff options
context:
space:
mode:
Diffstat (limited to 'configs/systemd/kvmd.service')
-rw-r--r--configs/systemd/kvmd.service14
1 files changed, 14 insertions, 0 deletions
diff --git a/configs/systemd/kvmd.service b/configs/systemd/kvmd.service
new file mode 100644
index 00000000..765508fe
--- /dev/null
+++ b/configs/systemd/kvmd.service
@@ -0,0 +1,14 @@
+[Unit]
+Description=The main Pi-KVM daemon
+After=network.target network-online.target nss-lookup.target
+
+[Service]
+Type=simple
+Restart=always
+RestartSec=3
+
+ExecStart=/usr/bin/kvmd --config /etc/kvmd/kvmd.conf
+ExecStopPost=/usr/bin/kvmd-cleanup --config /etc/kvmd/kvmd.conf
+
+[Install]
+WantedBy=multi-user.target