Files
.github
morss
tests
www
.pylintrc
Dockerfile
LICENSE
README.md
app.json
heroku.yml
main.py
morss-helper
morss.service
setup.py
morss/morss.service
2022-12-13 23:01:42 +01:00

14 lines
243 B
Desktop File

[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