summaryrefslogtreecommitdiffhomepage
path: root/debian/webchat.webchat.service
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2023-03-03 16:55:33 +0100
committerRoland Reichwein <mail@reichwein.it>2023-03-03 16:55:33 +0100
commit96476044387e98ee1ee7a6eb992b521bd447813c (patch)
treecaffaaef53a0afeafb5b68c460b42e98e72044c4 /debian/webchat.webchat.service
parentc9fa963e71258c5adfb71cf1996cd1bcb33df0bb (diff)
Renamed whiteboard to webchatHEADmaster
Diffstat (limited to 'debian/webchat.webchat.service')
-rw-r--r--debian/webchat.webchat.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/webchat.webchat.service b/debian/webchat.webchat.service
new file mode 100644
index 0000000..b41e655
--- /dev/null
+++ b/debian/webchat.webchat.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=Whiteboard
+After=network.target
+
+[Service]
+Type=simple
+# Restart=always
+ExecStart=/usr/bin/whiteboard
+
+Restart=always
+
+[Install]
+WantedBy=multi-user.target