summaryrefslogtreecommitdiffhomepage
path: root/debian/whiteboard.whiteboard.service
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2023-01-21 19:05:43 +0100
committerRoland Reichwein <mail@reichwein.it>2023-01-21 19:05:43 +0100
commitc464265f60ddd367786b08f5d49cd7a6d650b7d6 (patch)
treed2c747cc041a92d38ac1d25eb47fc7e398d5af7b /debian/whiteboard.whiteboard.service
parent3d0592e9238a59df54b3e3b757a38fa2e7f0ccfb (diff)
First websocket connection
Diffstat (limited to 'debian/whiteboard.whiteboard.service')
-rw-r--r--debian/whiteboard.whiteboard.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/whiteboard.whiteboard.service b/debian/whiteboard.whiteboard.service
index c60f3f0..b41e655 100644
--- a/debian/whiteboard.whiteboard.service
+++ b/debian/whiteboard.whiteboard.service
@@ -5,7 +5,7 @@ After=network.target
[Service]
Type=simple
# Restart=always
-ExecStart=spawn-fcgi -a 127.0.0.1 -p 9014 -n -- /usr/lib/whiteboard/whiteboard.fcgi
+ExecStart=/usr/bin/whiteboard
Restart=always