Initial work for packaging .deb

This commit is contained in:
James Cammarata
2013-06-23 15:40:07 -04:00
parent 07657926b9
commit c2a0004c6c
6 changed files with 81 additions and 17 deletions

View File

@@ -0,0 +1,13 @@
[program:ansibleworks-celeryd]
autorestart = true
logfile = /var/log/supervisor/ansibleworks-celeryd.log
stopwaitsecs = 600
log_stdout = true
command = /usr/bin/ansibleworks-manage celeryd -B -l info --autoscale=20,2
user = ansibleworks
autostart = true
directory = /var/lib/ansibleworks
log_stderr = true
logfile_maxbytes = 50MB
logfile_backups = 999