From 420587518a0e844d335688b6d1eea6f1d18e18fc Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Tue, 12 Mar 2019 16:57:55 +0100 Subject: Update the startup script for FRR post 7.0 start procedure. --- scripts/init/vyos-router | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'scripts/init') diff --git a/scripts/init/vyos-router b/scripts/init/vyos-router index adeda2e..a211795 100755 --- a/scripts/init/vyos-router +++ b/scripts/init/vyos-router @@ -179,9 +179,13 @@ start () # a requirement for netns support mkdir -p /var/run/netns + # chown the config dir to give all admins access + chown -R root:frrvty /etc/frr + chmod 775 /etc/frr + # Since systemd doesn't work without watchfrr and watchfrr restarts # all daemons if just one failed, do the start manually - /usr/lib/frr/frr start + /usr/lib/frr/frrinit.sh start log_action_begin_msg "Mounting VyOS Config" # ensure the vyatta_configdir supports a large number of inodes since -- cgit v1.2.3