| 1234567891011121314151617181920212223242526272829 |
- [program:beanstalkd]
- command=beanstalkd -b /var/log/beanstalkd -F -l 127.0.0.1 -p 11300 -u root
- directory=/var/log/beanstalkd
- user=root
- startsecs=5
- redirect_stderr=true
- stdout_logfile_maxbytes=20MB
- stdout_logfile_backups=10
- stdout_logfile=/tmp/beanstalkd.log
- [program:timer]
- command=php think timer start
- directory=/opt/www/twong
- user=www-data
- startsecs=6
- redirect_stderr=true
- stdout_logfile_maxbytes=20MB
- stdout_logfile_backups=10
- stdout_logfile=/tmp/think_timer.log
- [program:workerman]
- command=php think workerman start
- directory=/opt/www/twong
- user=www-data
- startsecs=6
- redirect_stderr=true
- stdout_logfile_maxbytes=20MB
- stdout_logfile_backups=10
- stdout_logfile=/tmp/think_workerman.log
|