Created
August 22, 2014 00:02
-
-
Save richstoner/5341554f691239de3452 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[program:celery] | |
directory=##SAFAPPS##/proletariat | |
;user=##SAFUSER## | |
command=/home/##SAFUSER##/miniconda/bin/celery worker -A tasks -l info | |
stdout_logfile=/tmp/proletariat-celeryd-stdout.log | |
stderr_logfile=/tmp/proletariat-celeryd-stderr.log | |
autostart=true | |
autorestart=true | |
startsecs=4 | |
stopwaitsecs=30 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment