Skip to content

Instantly share code, notes, and snippets.

@iromanov-nk
iromanov-nk / supervisor.service
Last active November 23, 2017 12:28
Supervisor Systemd configuration Ubuntu 16.04 LTS
[Unit]
Description=Supervisor process control system for UNIX
Documentation=http://supervisord.org
After=network.target
[Service]
User=developer
Group=developer
ExecStart=/usr/local/bin/supervisord -n -c /etc/supervisord.conf
ExecStop=/usr/local/bin/supervisorctl $OPTIONS shutdown