Refactoring

This commit is contained in:
2023-01-04 18:04:25 +02:00
parent a8d5124256
commit d25ff2068d
8 changed files with 355 additions and 34 deletions

View File

@@ -26,7 +26,7 @@ if [ -f /var/www/html/artisan ]; then
autostart=true
autorestart=true
numprocs=1
user=root
user=www-data
stdout_logfile=/var/log/laravel_scheduler.out.log
redirect_stderr=true
@@ -36,7 +36,7 @@ if [ -f /var/www/html/artisan ]; then
autostart=true
autorestart=true
numprocs=$LARAVEL_PROCS_NUMBER
user=root
user=www-data
redirect_stderr=true
stdout_logfile=/var/log/laravel_worker.log
EOF