summaryrefslogtreecommitdiffstats
path: root/systemd/convos.service
diff options
context:
space:
mode:
authorGeorg2021-07-21 12:34:32 +0200
committerGeorg2021-07-21 12:34:32 +0200
commit6410fd8d58e250a877a0bcdab06184e45e707c65 (patch)
tree5e906079ed4d34c928722aba17225b2894f4f293 /systemd/convos.service
parent75f52375c9fbb8c9ee0358beb6ed7a81de511d5e (diff)
downloadsystem-6410fd8d58e250a877a0bcdab06184e45e707c65.tar.gz
system-6410fd8d58e250a877a0bcdab06184e45e707c65.tar.bz2
system-6410fd8d58e250a877a0bcdab06184e45e707c65.zip
Initial Systemd Service Run: 1/3
Signed-off-by: Georg <georg@lysergic.dev>
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