Skip to content

Instantly share code, notes, and snippets.

@fixable11
Created October 14, 2020 14:54
Show Gist options
  • Save fixable11/3831c6d698cb2b6e49e4e0ccdfbf455f to your computer and use it in GitHub Desktop.
Save fixable11/3831c6d698cb2b6e49e4e0ccdfbf455f to your computer and use it in GitHub Desktop.
Laravel supervisor conf horizon /etc/supervisor/conf.d/horizon.conf
[program:horizon]
process_name=%(program_name)s_%(process_num)02d
command=php /var/www/ub-admin-client/artisan horizon
autostart=true
autorestart=true
user=fixable
startsecs = 0
redirect_stderr=true
stdout_logfile=/var/www/ub-admin-client/storage/logs/horizon.log
stopwaitsecs=3600
@fixable11
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment