mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Stop and kill dispatcher and callback reciever as group
This commit is contained in:
parent
1a68df275c
commit
9f97efece8
@ -16,6 +16,8 @@ directory = /var/lib/awx
|
||||
autostart = true
|
||||
autorestart = true
|
||||
stopwaitsecs = 5
|
||||
stopasgroup=true
|
||||
killasgroup=true
|
||||
stdout_logfile=/dev/stdout
|
||||
stdout_logfile_maxbytes=0
|
||||
stderr_logfile=/dev/stderr
|
||||
@ -32,6 +34,8 @@ directory = /var/lib/awx
|
||||
autostart = true
|
||||
autorestart = true
|
||||
stopwaitsecs = 5
|
||||
stopasgroup=true
|
||||
killasgroup=true
|
||||
stdout_logfile=/dev/stdout
|
||||
stdout_logfile_maxbytes=0
|
||||
stderr_logfile=/dev/stderr
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user