diff options
Diffstat (limited to 'src/init')
-rwxr-xr-x | src/init/vyos-router | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/init/vyos-router b/src/init/vyos-router index 9325095c1..e2e964656 100755 --- a/src/init/vyos-router +++ b/src/init/vyos-router @@ -528,6 +528,8 @@ start () disabled system_config || system_config + systemctl start vyconfd.service + for s in ${subinit[@]} ; do if ! disabled $s; then log_progress_msg $s @@ -570,6 +572,8 @@ stop() umount ${vyatta_configdir} log_action_end_msg $? + systemctl stop vyconfd.service + systemctl stop frr.service unmount_encrypted_config |