Skip to content

Instantly share code, notes, and snippets.

@jdrake
Created July 25, 2016 22:38
Show Gist options
  • Select an option

  • Save jdrake/e5962cad61cf0890cdeaeb4505e1a005 to your computer and use it in GitHub Desktop.

Select an option

Save jdrake/e5962cad61cf0890cdeaeb4505e1a005 to your computer and use it in GitHub Desktop.
[Unit]
Description=uWSGI
After=syslog.target
[Service]
ExecStart=/usr/bin/uwsgi /opt/ns/app/uwsgi.yml
RuntimeDirectory=/opt/ns/app
Restart=always
KillSignal=SIGQUIT
Type=notify
StandardError=syslog
NotifyAccess=all
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment