summaryrefslogtreecommitdiff
path: root/gus.service
diff options
context:
space:
mode:
Diffstat (limited to 'gus.service')
-rw-r--r--gus.service14
1 files changed, 14 insertions, 0 deletions
diff --git a/gus.service b/gus.service
new file mode 100644
index 0000000..eec34ff
--- /dev/null
+++ b/gus.service
@@ -0,0 +1,14 @@
+[Unit]
+Description=zood
+After=network.target
+
+[Service]
+User=root
+Type=simple
+ExecStart=/usr/bin/zood --daemon
+Restart=always
+RestartSec=5s
+KillMode=process
+
+[Install]
+WantedBy=multi-user.target