Merge "Remove extra bash process in frr container"

This commit is contained in:
Zuul 2021-03-17 20:07:30 +00:00 committed by Gerrit Code Review
commit 91bbe8ab1f
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ outputs:
kolla_config:
/var/lib/kolla/config_files/frr.json:
# Note: This is currently needed because watchfrr *always* demonizes
command: bash -c $* -- eval /usr/lib/frr/frr start && /bin/sleep infinity
command: bash -c $* -- eval /usr/lib/frr/frr start && exec /bin/sleep infinity
config_files:
- source: "/var/lib/kolla/config_files/src/*"
dest: "/"