Skip to content

Commit

Permalink
Comment supervisor by default
Browse files Browse the repository at this point in the history
  • Loading branch information
rennokki committed Dec 9, 2020
1 parent 28889d5 commit f41f0c1
Showing 1 changed file with 17 additions and 14 deletions.
31 changes: 17 additions & 14 deletions .platform/files/supervisor.ini
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
[program:laravel-worker]
process_name=%(program_name)s_%(process_num)02d
command=php artisan horizon
directory=/var/app/current
autostart=true
autorestart=true
killasgroup=true
stopasgroup=true
user=root
numprocs=1
redirect_stderr=true
stdout_logfile=/var/log/supervisor.log
stopsignal=INT
stopwaitsecs=60
# The following given example is used with Horizon, but you can
# make a copy of it or add your own and configure it.

# [program:laravel-worker]
# process_name=%(program_name)s_%(process_num)02d
# command=php artisan horizon
# directory=/var/app/current
# autostart=true
# autorestart=true
# killasgroup=true
# stopasgroup=true
# user=root
# numprocs=1
# redirect_stderr=true
# stdout_logfile=/var/log/supervisor.log
# stopsignal=INT
# stopwaitsecs=60

0 comments on commit f41f0c1

Please sign in to comment.