This commit is contained in:
Richard Dern
2022-01-12 00:35:37 +01:00
commit 400e3d01f1
1363 changed files with 57778 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
[program:cyca_queue]
process_name=%(program_name)s_%(process_num)02d
command=php /var/www/cyca/artisan queue:work --queue=notifications,default
autostart=true
autorestart=true
user=www-data
numprocs=8
redirect_stderr=true
stdout_logfile=/var/www/cyca/storage/logs/queues.log
stopwaitsecs=3600

View File

@@ -0,0 +1,10 @@
[program:cyca_websocket]
process_name=%(program_name)s
command=php artisan websockets:serve
directory=/var/www/cyca
autostart=true
autorestart=true
user=www-data
redirect_stderr=true
stdout_logfile=/var/www/cyca/storage/logs/echo-server.log
stopwaitsecs=3600