summaryrefslogtreecommitdiffstats
path: root/systemd/convos.service
diff options
context:
space:
mode:
Diffstat (limited to 'systemd/convos.service')
-rw-r--r--systemd/convos.service14
1 files changed, 14 insertions, 0 deletions
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