summaryrefslogtreecommitdiffhomepage
path: root/debian/whiteboard.whiteboard.service
blob: c60f3f001961ececd25f74ece1caf34e3a50db41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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