14 lines
243 B
INI
14 lines
243 B
INI
|
[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
|