From 96476044387e98ee1ee7a6eb992b521bd447813c Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Fri, 3 Mar 2023 16:55:33 +0100 Subject: Renamed whiteboard to webchat --- debian/webchat.webchat.service | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 debian/webchat.webchat.service (limited to 'debian/webchat.webchat.service') 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 -- cgit v1.2.3