Fixed workers being unable to write to log files in the dev environment.

This commit is contained in:
Peter Deltchev 2016-12-09 03:20:09 -08:00
parent 08ad975fb1
commit aad7bc57f2

View file

@ -3,7 +3,7 @@ process_name = %(program_name)s_%(process_num)02d
command = php /vagrant/artisan queue:listen --queue=default,notifications,indexing --sleep=5 --tries=3
autostart = true
autorestart = true
user = www-data
user = vagrant
numprocs = 2
redirect_stderr = true
stdout_logfile = /vagrant/storage/logs/worker.log