16 lines
457 B
Plaintext
Executable File
16 lines
457 B
Plaintext
Executable File
[program:celery-beat]
|
|
autorestart = false
|
|
autostart = true
|
|
command = python /usr/local/lib/python2.7/dist-packages/mayan/bin/mayan-edms.py celery --settings=mayan.settings.production beat -l ERROR
|
|
directory = /usr/local/lib/python2.7/dist-packages/mayan/
|
|
killasgroup = true
|
|
numprocs = 1
|
|
priority = 998
|
|
stderr_logfile = /dev/fd/2
|
|
stderr_logfile_maxbytes = 0
|
|
stdout_logfile = /dev/fd/1
|
|
stdout_logfile_maxbytes = 0
|
|
startsecs = 10
|
|
stopwaitsecs = 1
|
|
user = mayan
|