Skip to content

Instantly share code, notes, and snippets.

@whitmo
Created September 6, 2011 18:46
Show Gist options
  • Select an option

  • Save whitmo/1198582 to your computer and use it in GitHub Desktop.

Select an option

Save whitmo/1198582 to your computer and use it in GitHub Desktop.
/etc/conf.d/doula.conf
[program:fabworker]
command = fabworker -l INFO 'doula.deploy'
numprocs = 1
process_name = %(process_num)s
priority = 11
redirect_stderr = true
autorestart = true
stdout_logfile=fabworker-out.log
stdout_logfile_maxbytes=4MB
stdout_logfile_backups=10
stdout_capture_maxbytes=1MB
[program:dbot]
command = doulabot testing -n db
priority = 11
redirect_stderr = true
autorestart = true
stdout_logfile=dbot-out.log
stdout_logfile_maxbytes=4MB
stdout_logfile_backups=10
stdout_capture_maxbytes=1MB
[program:pyres_web]
command = pyres_web --host=0.0.0.0 --port=9002
priority = 11
redirect_stderr = true
autorestart = true
stdout_logfile=pyres-out.log
stdout_logfile_maxbytes=4MB
stdout_logfile_backups=10
stdout_capture_maxbytes=1MB
[program:redis]
command = src/redis-2.4.0-rc6/src/redis-server
stdout_logfile=redis-out.log
stdout_logfile_maxbytes=4MB
redirect_stderr=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment