[program:docking-worker]
process_name=%(program_name)s_%(process_num)02d
command=php /<path-to-your-folder>/artisan queue:work --sleep=3 --tries=1 --timeout=120
autostart=true
autorestart=true
stopasgroup=true
killasgroup=true
user=laravel # you can change to your user here
numprocs=5
redirect_stderr=true
stdout_logfile=/var/log/docking-worker.log
stopwaitsecs=3600