Skip to content

Instantly share code, notes, and snippets.

@gistlyn
Last active September 28, 2023 10:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gistlyn/18dbaa471ea09f744493d5866ede599e to your computer and use it in GitHub Desktop.
Save gistlyn/18dbaa471ea09f744493d5866ede599e to your computer and use it in GitHub Desktop.
supervisord.service files
[Unit]
Description=supervisord - Supervisor process control system for UNIX
Documentation=http://supervisord.org
After=network.target
[Service]
Type=forking
ExecStart=/bin/supervisord -c /etc/supervisord.conf
ExecReload=/bin/supervisorctl reload
ExecStop=/bin/supervisorctl shutdown
User=root
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment