[fpm-frr] fix start.sh template paths (#6329)
There is no /usr/share/sonic/templates/supervisord/ folder and no supervisord.conf.j2 template. Signed-off-by: Stepan Blyshchak <stepanb@nvidia.com>
This commit is contained in:
parent
e6b9c74ee0
commit
d43e8e16a3
@ -6,8 +6,7 @@ mkdir -p /etc/supervisor/conf.d
|
|||||||
CFGGEN_PARAMS=" \
|
CFGGEN_PARAMS=" \
|
||||||
-d \
|
-d \
|
||||||
-y /etc/sonic/constants.yml \
|
-y /etc/sonic/constants.yml \
|
||||||
-t /usr/share/sonic/templates/supervisord/frr_vars.j2 \
|
-t /usr/share/sonic/templates/frr_vars.j2 \
|
||||||
-t /usr/share/sonic/templates/supervisord/supervisord.conf.j2,/etc/supervisor/conf.d/supervisord.conf \
|
|
||||||
-t /usr/share/sonic/templates/bgpd/bgpd.conf.j2,/etc/frr/bgpd.conf \
|
-t /usr/share/sonic/templates/bgpd/bgpd.conf.j2,/etc/frr/bgpd.conf \
|
||||||
-t /usr/share/sonic/templates/zebra/zebra.conf.j2,/etc/frr/zebra.conf \
|
-t /usr/share/sonic/templates/zebra/zebra.conf.j2,/etc/frr/zebra.conf \
|
||||||
-t /usr/share/sonic/templates/staticd/staticd.conf.j2,/etc/frr/staticd.conf \
|
-t /usr/share/sonic/templates/staticd/staticd.conf.j2,/etc/frr/staticd.conf \
|
||||||
|
Reference in New Issue
Block a user