Fix bug in dev supervisor reparenting processes

This commit is contained in:
AlanCoding 2019-05-10 07:46:53 -04:00
parent e7290e6452
commit 677a8b34ba
No known key found for this signature in database
GPG Key ID: FD2C3C012A72926B

View File

@ -7,6 +7,10 @@ nodaemon=true
command = make dispatcher
autostart = true
autorestart = true
stopwaitsecs = 1
stopsignal=KILL
stopasgroup=true
killasgroup=true
redirect_stderr=true
stdout_logfile=/dev/fd/1
stdout_logfile_maxbytes=0
@ -15,6 +19,10 @@ stdout_logfile_maxbytes=0
command = make receiver
autostart = true
autorestart = true
stopwaitsecs = 1
stopsignal=KILL
stopasgroup=true
killasgroup=true
redirect_stderr=true
stdout_logfile=/dev/fd/1
stdout_logfile_maxbytes=0