This commit is contained in:
Jonatan Rek
2025-11-23 22:36:28 +01:00
parent 2c1a562bf2
commit 74196f9d1f
2 changed files with 12 additions and 7 deletions
+12
View File
@@ -0,0 +1,12 @@
[program:laravel-scheduler]
process_name=%(program_name)s_%(process_num)02d
command=php /var/www/html/artisan artisan schedule:run
autostart=true
autorestart=true
stopasgroup=true
killasgroup=true
numprocs=1
redirect_stderr=true
stdout_logfile=/var/www/html/storage/logs/worker.log
stopwaitsecs=3600
stdout_logfile_maxbytes=5MB