File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
docker/all-in-one/etc/supervisor/services Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ command=/opt/envoy-hot-restarter.py /opt/start-envoy.sh
3
3
user=envoy
4
4
autorestart=true
5
5
autostart=false
6
+ stopasgroup=true
6
7
stdout_logfile=/var/log/services/envoy.log
7
8
redirect_stderr=true
8
9
stdout_logfile_maxbytes=10MB
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ command=/init/start-kong.sh
3
3
user=kong
4
4
autorestart=true
5
5
autostart=true
6
+ stopasgroup=true
6
7
environment=KONG_NGINX_DAEMON="off"
7
8
stdout_logfile=/var/log/services/kong.log
8
9
redirect_stderr=true
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ command=/etc/postgrest/bootstrap.sh /etc/postgrest/generated.conf /etc/postgrest
3
3
user=postgrest
4
4
autorestart=true
5
5
autostart=true
6
+ stopasgroup=true
6
7
stdout_logfile=/var/log/services/postgrest.log
7
8
redirect_stderr=true
8
9
stdout_logfile_maxbytes=10MB
You can’t perform that action at this time.
0 commit comments