summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fussy.service15
1 files changed, 15 insertions, 0 deletions
diff --git a/fussy.service b/fussy.service
new file mode 100644
index 0000000..9ed62f6
--- /dev/null
+++ b/fussy.service
@@ -0,0 +1,15 @@
+[Unit]
+Description=Fussy Service
+
+[Service]
+
+Type=simple
+Environment="FUSSY_CONFIG=/home/fussy/config.sexp"
+ExecStart=/home/fussy/fussy
+Restart=always
+User=fussy
+Group=fussy
+
+
+[Install]
+WantedBy=multi-user.target