Skip to content

Commit dbb8e2b

Browse files
committed
Horizon config
1 parent 9605426 commit dbb8e2b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

horizon.conf

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[program:horizon]
2+
process_name=%(program_name)s
3+
command=php artisan horizon
4+
autostart=true
5+
autorestart=true
6+
user=root
7+
redirect_stderr=true
8+
stdout_logfile=/tmp/horizon.log
9+
stopwaitsecs=3600

0 commit comments

Comments
 (0)