Files
lastwar/docker/supervisor_translation_queue.conf

12 lines
385 B
Plaintext
Executable File

[program:bot_translation_queue]
process_name=%(program_name)s_%(process_num)02d
command=php /var/www/html/lastwar/process_translation_queue.php
autostart=true
autorestart=true
user=www-data
numprocs=1
stdout_logfile=/var/www/html/lastwar/logs/translation_queue.log
stdout_logfile_maxbytes=10MB
stderr_logfile=/var/www/html/lastwar/logs/translation_queue_error.log
redirect_stderr=true