diff options
author | hagbard <vyosdev@derith.de> | 2019-03-13 13:52:47 -0700 |
---|---|---|
committer | hagbard <vyosdev@derith.de> | 2019-03-13 13:52:47 -0700 |
commit | 0eab765d5ad24f7fb4dd722ac20d370f708379f0 (patch) | |
tree | 1e844ac0e7184437553f3417ab55477aecc1adc4 | |
parent | 3f551a2b4bbd5dfd90a98ce0e7434a9ff432a84d (diff) | |
download | vyatta-cfg-0eab765d5ad24f7fb4dd722ac20d370f708379f0.tar.gz vyatta-cfg-0eab765d5ad24f7fb4dd722ac20d370f708379f0.zip |
[frr-script] fixing frr-init parameter syntax
-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 |