[program:transport-accounting-worker]
process_name=%(program_name)s_%(process_num)02d
command=php /var/www/uae-transport-accounting/artisan queue:work --sleep=1 --tries=3 --timeout=120
user=www-data
numprocs=2
autostart=true
autorestart=true
stopasgroup=true
killasgroup=true
redirect_stderr=true
stdout_logfile=/var/www/uae-transport-accounting/storage/logs/worker.log
stopwaitsecs=3600
