system/systemd/convos.service
Georg 6410fd8d58
Initial Systemd Service Run: 1/3
Signed-off-by: Georg <georg@lysergic.dev>
2021-07-21 12:34:32 +02:00

15 lines
325 B
Desktop File

[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