Files
website/ezscale-horizon.conf
Claude Dev 40c1ecc6fe Remove old Vuexy wrapper components (AppTextField, AppSelect, AppTextarea, FlashMessages, NotificationBell)
All pages now use native Vuetify components directly. Flash messages are handled
by the ToastStack component via Pinia store. Notifications use NotificationPanel.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-14 17:10:23 -04:00

11 lines
290 B
Plaintext

[program:ezscale-horizon]
process_name=%(program_name)s
command=php /opt/projects/ezscale_site/website/artisan horizon
autostart=true
autorestart=true
user=ezscale
redirect_stderr=true
stdout_logfile=/opt/projects/ezscale_site/website/storage/logs/horizon.log
stopwaitsecs=3600
startsecs=0