diff options
Diffstat (limited to 'init/jimbrella-web.service')
-rw-r--r-- | init/jimbrella-web.service | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/init/jimbrella-web.service b/init/jimbrella-web.service new file mode 100644 index 0000000..3de7deb --- /dev/null +++ b/init/jimbrella-web.service @@ -0,0 +1,16 @@ +[Unit] +Description=JImbrella uWSGI +After=syslog.target + +[Service] +User=jim +WorkingDirectory=/opt/jimbrella +ExecStart=/usr/local/bin/uwsgi -s 127.0.0.1:5000 --manage-script-name --module jimbrella.web --callable app +Restart=always +KillSignal=SIGQUIT +Type=notify +StandardError=syslog +NotifyAccess=all + +[Install] +WantedBy=multi-user.target |