mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 04:58:01 +01:00
Fixed workers being unable to write to log files in the dev environment.
This commit is contained in:
parent
08ad975fb1
commit
aad7bc57f2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue