Skip to content

Commit 7f07e8e

Browse files
author
Robert Kummer
authored
Create laravel-horizon.conf.tpl
1 parent 919bcc8 commit 7f07e8e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

laravel-horizon.conf.tpl

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)