Skip to content

Instantly share code, notes, and snippets.

@wilburding
Created July 21, 2015 05:31
Show Gist options
  • Save wilburding/da6ecbc429d7e0a6cdb4 to your computer and use it in GitHub Desktop.
Save wilburding/da6ecbc429d7e0a6cdb4 to your computer and use it in GitHub Desktop.
[Unit]
Description=supervisord daemon
[Service]
Environment="PATH=/home/www/.pyenv/shims:/home/www/.pyenv/bin:/bin:/usr/bin"
ExecStart=/usr/bin/supervisord -c /etc/supervisord.conf --nodaemon -u www
Restart=always
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment