Skip to content

Instantly share code, notes, and snippets.

@naotaco
Created March 28, 2015 19:02
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/870a65a2ce2ce5c33e1d to your computer and use it in GitHub Desktop.
Save naotaco/870a65a2ce2ce5c33e1d to your computer and use it in GitHub Desktop.
Conf file for supervisord to keep running cooker-frontapp
[program:front]
command=/etc/cooker/front/cooker-front.sh
process_name=%(program_name)s_%(process_num)02d
numprocs=1
autostart=false
autorestart=true
redirect_stderr=true
environment=GOROOT="/usr/bin/go",GOPATH="/home/user/go_path"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment