Created
July 21, 2015 05:31
-
-
Save wilburding/da6ecbc429d7e0a6cdb4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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