diff options
Diffstat (limited to 'src/init')
-rwxr-xr-x | src/init/vyos-router | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/init/vyos-router b/src/init/vyos-router index 565b778e6..081adf214 100755 --- a/src/init/vyos-router +++ b/src/init/vyos-router @@ -557,6 +557,9 @@ start () if [[ ! -z "$tmp" ]]; then vtysh -c "rpki start" fi + + # Start netplug daemon + systemctl start netplug.service } stop() @@ -574,8 +577,8 @@ stop() umount ${vyatta_configdir} log_action_end_msg $? + systemctl stop netplug.service systemctl stop vyconfd.service - systemctl stop frr.service unmount_encrypted_config |