Skip to content

Instantly share code, notes, and snippets.

View mnorkin's full-sized avatar
🐙

Maksim Norkin mnorkin

🐙
  • Wix
  • Vilnius, Lithuania
View GitHub Profile
@mnorkin
mnorkin / supervisord.service
Created June 3, 2016 05:55 — forked from tonyseek/supervisord.service
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