first init
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
[program:laravel-horizon]
|
||||
process_name=%(program_name)s
|
||||
command=php /var/www/artisan horizon
|
||||
autostart=true
|
||||
autorestart=true
|
||||
stopasgroup=true
|
||||
killasgroup=true
|
||||
user=www-data
|
||||
redirect_stderr=true
|
||||
stdout_logfile=/var/www/storage/logs/horizon.log
|
||||
stopwaitsecs=3600
|
||||
startsecs=10
|
||||
Reference in New Issue
Block a user