laravel-horizon (#1854)

This commit is contained in:
Walter Franchetti
2018-11-23 13:47:26 +01:00
committed by Shao Yu-Lung (Allen)
parent 4480962922
commit 22032974c9
5 changed files with 142 additions and 0 deletions

View File

@ -0,0 +1 @@
*.conf

View File

@ -0,0 +1,6 @@
[program:laravel-horizon]
process_name=%(program_name)s_%(process_num)02d
command=php /var/www/artisan horizon
autostart=true
autorestart=true
redirect_stderr=true