refactoring

This commit is contained in:
Saeed Vaziry
2023-08-04 18:28:04 +02:00
parent 8444323cf4
commit 643318fcfc
349 changed files with 3189 additions and 2729 deletions

View File

@ -194,7 +194,6 @@ command=php /home/${V_USERNAME}/${V_DOMAIN}/artisan queue:work --sleep=3 --backo
autostart=1
autorestart=1
user=vito
numprocs=1
redirect_stderr=true
stdout_logfile=/home/${V_USERNAME}/.logs/workers/worker.log
stopwaitsecs=3600
@ -210,6 +209,9 @@ supervisorctl reread
supervisorctl update
supervisorctl start worker:*
# make the update file executable
chmod +x /home/${V_USERNAME}/${V_DOMAIN}/update.sh
# cleanup
chown -R ${V_USERNAME}:${V_USERNAME} /home/${V_USERNAME}