diff options
Diffstat (limited to 'debian/webchat.webchat.service')
-rw-r--r-- | debian/webchat.webchat.service | 13 |
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 |