Merge "Use exec when spawning dnsmasq inside sidecar container" into stable/train

This commit is contained in:
Zuul 2020-03-14 13:46:41 +00:00 committed by Gerrit Code Review
commit 776d927a81
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ outputs:
loop_var: dhcp_wrapper_item
loop:
- name: dhcp_dnsmasq
cmd: /usr/sbin/dnsmasq -k
cmd: exec /usr/sbin/dnsmasq -k
kill_script: dnsmasq-kill
- name: dhcp_haproxy
cmd: >-