Commit b2410ced authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Fixed systemd unit file

parent c78d6fe9
......@@ -15,12 +15,10 @@ Documentation=http://supervisord.org/
After=network.target
[Service]
Type=forking
ExecStart=/usr/bin/supervisord -c /etc/supervisord.conf
Type=simple
ExecStart=/usr/bin/supervisord -n -c /etc/supervisord.conf
ExecStop=/usr/bin/supervisorctl shutdown
ExecReload=/usr/bin/supervisorctl reload
PIDFile=/var/run/supervisord.pid
KillMode=process
Restart=on-failure
RestartSec=5s
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment