Added systemd service file
Some checks failed
continuous-integration/drone/push Build is failing

Fixing #94
This commit is contained in:
pictuga 2022-12-13 23:01:42 +01:00
parent 438c32a312
commit ea2ebedfcb

13
morss.service Normal file
View File

@ -0,0 +1,13 @@
[Unit]
Description=morss server (gunicorn)
After=network.target
[Service]
ExecStart=/usr/local/bin/morss-helper run
ExecReload=/usr/local/bin/morss-helper reload
KillMode=process
Restart=always
User=http
[Install]
WantedBy=multi-user.target