blob: e9d3f706b85cc807085f96e7150feb526974fb51 [file] [log] [blame]
Brad Bishopc342db32019-05-15 21:57:59 -04001[Unit]
2Description=Supervisor process control system for UNIX
3Documentation=http://supervisord.org
4After=network.target
5
6[Service]
7ExecStart=/usr/bin/supervisord -n -c /etc/supervisor/supervisord.conf
8ExecStop=/usr/bin/supervisorctl $OPTIONS shutdown
9ExecReload=/usr/bin/supervisorctl -c /etc/supervisor/supervisord.conf $OPTIONS reload
10KillMode=process
11Restart=on-failure
12RestartSec=50s
13
14[Install]
15WantedBy=multi-user.target