diff --git a/deploy/supervisord.conf b/deploy/supervisord.conf index cec2082..c461e7b 100644 --- a/deploy/supervisord.conf +++ b/deploy/supervisord.conf @@ -12,7 +12,7 @@ command=/usr/sbin/nginx -g "daemon off;" [program:queue] directory=/var/www -command=php artisan queue:work --daemon --sleep=3 --tries=1 --timeout=120 +command=php artisan queue:work --verbose --sleep=3 --tries=1 --timeout=120 autostart=true autorestart=true user=www-data