We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 919bcc8 commit 7f07e8eCopy full SHA for 7f07e8e
laravel-horizon.conf.tpl
@@ -0,0 +1,11 @@
1
+[supervisord]
2
+nodaemon=true
3
+
4
+[program:laravel-horizon]
5
+process_name=%(program_name)s_%(process_num)02d
6
+command=php /var/www/app/artisan horizon
7
+autostart=true
8
+autorestart=true
9
+numprocs=1
10
+startretries=10
11
+stdout_events_enabled=1
0 commit comments