Guest User

Untitled

a guest
Feb 23rd, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. [Unit]
  2. Description=Supervisor deamon
  3. After=network.target remote-fs.target nss-lookup.target
  4.  
  5. [Service]
  6. Type=forking
  7. ExecStart=/root/.pyenv/versions/2.7.14/bin/supervisord -c /etc/supervisord.conf
  8. ExecReload=/root/.pyenv/versions/2.7.14/bin/supervisorctl reload
  9. ExecStop=/root/.pyenv/versions/2.7.14/bin/supervisorctl shutdown
  10. KillMode=process
  11. Restart=on-failure
  12. RestartSec=42s
  13.  
  14. [Install]
  15. WantedBy=multi-user.target
Add Comment
Please, Sign In to add comment