Added systemd service file
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
Fixing #94master
parent
438c32a312
commit
ea2ebedfcb
|
@ -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
|
Loading…
Reference in New Issue