summaryrefslogtreecommitdiffhomepage
path: root/debian/whiteboard.whiteboard.service
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2022-11-26 12:59:28 +0100
committerRoland Reichwein <mail@reichwein.it>2022-11-26 12:59:28 +0100
commit7619dc0bef58d00c816b6628e457a85845b9edee (patch)
treef572b4dd639e0b4b4c0215e1cb1facb299ca0523 /debian/whiteboard.whiteboard.service
parentf116c9146e53d885840ed957204d60d81fd858bd (diff)
Cleanup via cron/systemd
Diffstat (limited to 'debian/whiteboard.whiteboard.service')
-rw-r--r--debian/whiteboard.whiteboard.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/whiteboard.whiteboard.service b/debian/whiteboard.whiteboard.service
new file mode 100644
index 0000000..c60f3f0
--- /dev/null
+++ b/debian/whiteboard.whiteboard.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=Whiteboard
+After=network.target
+
+[Service]
+Type=simple
+# Restart=always
+ExecStart=spawn-fcgi -a 127.0.0.1 -p 9014 -n -- /usr/lib/whiteboard/whiteboard.fcgi
+
+Restart=always
+
+[Install]
+WantedBy=multi-user.target