14 lines
243 B
Desktop File
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
|