From 0eab765d5ad24f7fb4dd722ac20d370f708379f0 Mon Sep 17 00:00:00 2001 From: hagbard Date: Wed, 13 Mar 2019 13:52:47 -0700 Subject: [frr-script] fixing frr-init parameter syntax --- scripts/init/vyos-router | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/init/vyos-router b/scripts/init/vyos-router index a211795..0d58d06 100755 --- a/scripts/init/vyos-router +++ b/scripts/init/vyos-router @@ -185,7 +185,7 @@ start () # Since systemd doesn't work without watchfrr and watchfrr restarts # all daemons if just one failed, do the start manually - /usr/lib/frr/frrinit.sh 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