Skip to content

Instantly share code, notes, and snippets.

@tupywebteam
Forked from tonyseek/supervisord.service
Created February 25, 2022 11:25
Show Gist options
  • Save tupywebteam/f9232d4a7af084f73d93691a90f019e3 to your computer and use it in GitHub Desktop.
Save tupywebteam/f9232d4a7af084f73d93691a90f019e3 to your computer and use it in GitHub Desktop.
Running supervisord with systemd.
[Unit]
Description=supervisord - Supervisor process control system for UNIX
Documentation=http://supervisord.org
After=network.target
[Service]
Type=forking
ExecStart=/usr/bin/supervisord -c /etc/supervisord.conf
ExecReload=/usr/bin/supervisorctl reload
ExecStop=/usr/bin/supervisorctl shutdown
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment