diff options
-rwxr-xr-x | scripts/init/vyos-router | 2 |
1 files changed, 1 insertions, 1 deletions
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 |