Initial Ladill Frontdesk release with deploy pipeline.
Visitor management app with SSO, kiosk, badges, reports, and Gitea CI deploy to frontdesk.ladill.com. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
[program:ladill-frontdesk-worker]
|
||||
process_name=%(program_name)s_%(process_num)02d
|
||||
command=php /var/www/ladill-frontdesk/current/artisan queue:work --sleep=3 --tries=3 --timeout=300 --max-time=3600
|
||||
autostart=true
|
||||
autorestart=true
|
||||
stopasgroup=true
|
||||
killasgroup=true
|
||||
user=deploy
|
||||
numprocs=1
|
||||
redirect_stderr=true
|
||||
stdout_logfile=/var/www/ladill-frontdesk/shared/storage/logs/worker.log
|
||||
stdout_logfile_maxbytes=10MB
|
||||
stdout_logfile_backups=5
|
||||
stopwaitsecs=3600
|
||||
Reference in New Issue
Block a user