Update file supervisord.conf

This commit is contained in:
Muhammad Alfin Afif Al Farizi Farham 2026-02-04 14:15:44 +07:00
parent 5c071edfbf
commit d64d20d3c9

View File

@ -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