Added systemd service file
continuous-integration/drone/push Build is failing Details

Fixing #94
master
pictuga 2022-12-13 23:01:42 +01:00
parent 438c32a312
commit ea2ebedfcb
1 changed files with 13 additions and 0 deletions

13
morss.service 100644
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