Skip to content

Instantly share code, notes, and snippets.

@naotaco
Created March 25, 2015 15:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save naotaco/e19c02fe65979385c8e9 to your computer and use it in GitHub Desktop.
Save naotaco/e19c02fe65979385c8e9 to your computer and use it in GitHub Desktop.
conf file for supervisord
[program:cooker]
command=/etc/cooker/script/cooker-daemon.py
process_name=%(program_name)s_%(process_num)02d
numprocs=1
autostart=false
autorestart=true
redirect_stderr=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment