summaryrefslogtreecommitdiffhomepage
path: root/debian/webchat.webchat.service
diff options
context:
space:
mode:
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