summaryrefslogtreecommitdiff
path: root/zood.service
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-15 01:22:47 -0600
committerJeff Carr <[email protected]>2024-11-15 01:22:47 -0600
commit6c920e0925c5b9db4354c31a693140adf024d88b (patch)
tree670d66ed9e8fd6dab6efa092e6775513eff5518a /zood.service
stub'd outv0.0.1
Diffstat (limited to 'zood.service')
-rw-r--r--zood.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/zood.service b/zood.service
new file mode 100644
index 0000000..e328c92
--- /dev/null
+++ b/zood.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=zood
+
+[Service]
+User=root
+Type=simple
+ExecStart=/usr/bin/zood
+ExecStop=killall zood
+Restart=on-failure
+RestartSec=5
+
+[Install]
+WantedBy=multi-user.target