From a7b59a951b5b884bb2ba0fd1105918d2d5150fcd Mon Sep 17 00:00:00 2001 From: Georg Date: Wed, 21 Jul 2021 12:34:32 +0200 Subject: Initial Systemd Service Run: 1/3 Signed-off-by: Georg --- systemd/convos.service | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 systemd/convos.service (limited to 'systemd/convos.service') diff --git a/systemd/convos.service b/systemd/convos.service new file mode 100644 index 0000000..d4932a1 --- /dev/null +++ b/systemd/convos.service @@ -0,0 +1,14 @@ +[Unit] +Description=Convos Daemon +After=network.target + +[Service] +User=convos +Group=convos +Environment=CONVOS_REVERSE_PROXY=1 +Environment=CONVOS_HOME=/srv/www/convos/.local/share/convos +Environment=CONVOS_DEBUG=0 +ExecStart=/srv/www/convos/convos/script/convos daemon -l http://[::1]:8089 + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3