Update file supervisord.conf
This commit is contained in:
parent
5c071edfbf
commit
d64d20d3c9
@ -20,3 +20,10 @@ autorestart=true
|
|||||||
priority=20
|
priority=20
|
||||||
stdout_logfile=/dev/stdout
|
stdout_logfile=/dev/stdout
|
||||||
stderr_logfile=/dev/stderr
|
stderr_logfile=/dev/stderr
|
||||||
|
|
||||||
|
[program:scheduler]
|
||||||
|
command=php artisan schedule:work
|
||||||
|
directory=/app
|
||||||
|
autostart=true
|
||||||
|
autorestart=true
|
||||||
|
priority=30
|
||||||
Loading…
Reference in New Issue
Block a user