diff --git a/morss.service b/morss.service new file mode 100644 index 0000000..cafcb73 --- /dev/null +++ b/morss.service @@ -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