summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
Diffstat (limited to 'configs')
-rw-r--r--configs/os/services/kvmd-pst.service16
1 files changed, 16 insertions, 0 deletions
diff --git a/configs/os/services/kvmd-pst.service b/configs/os/services/kvmd-pst.service
new file mode 100644
index 00000000..20985338
--- /dev/null
+++ b/configs/os/services/kvmd-pst.service
@@ -0,0 +1,16 @@
+[Unit]
+Description=PiKVM - The KVMD persistent storage manager
+Before=kvmd.service
+
+[Service]
+User=kvmd-pst
+Group=kvmd-pst
+Type=simple
+Restart=always
+RestartSec=3
+
+ExecStart=/usr/bin/kvmd-pst --run
+TimeoutStopSec=3
+
+[Install]
+WantedBy=multi-user.target