diff options
author | Kim Hagen <kim.sidney@gmail.com> | 2016-09-01 09:56:42 +0200 |
---|---|---|
committer | Kim Hagen <kim.sidney@gmail.com> | 2016-09-01 09:56:42 +0200 |
commit | 235d5b22a8368aee4696b1b2c84d702bf326a084 (patch) | |
tree | 2eaa7bcd2577327807494233acdcda7c68f3ba06 /data/live-build-config/hooks | |
parent | 1d115aa6e45112c976f70231a48d5fc76be7b7fa (diff) | |
download | vyos-build-235d5b22a8368aee4696b1b2c84d702bf326a084.tar.gz vyos-build-235d5b22a8368aee4696b1b2c84d702bf326a084.zip |
T18: Regression: jessie-based VyOS doesn't disconnect the SSH session before reboot
Diffstat (limited to 'data/live-build-config/hooks')
-rwxr-xr-x | data/live-build-config/hooks/18-enable-disable_services.chroot (renamed from data/live-build-config/hooks/18-disable_services.chroot) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/live-build-config/hooks/18-disable_services.chroot b/data/live-build-config/hooks/18-enable-disable_services.chroot index c68a6b3d..68971405 100755 --- a/data/live-build-config/hooks/18-disable_services.chroot +++ b/data/live-build-config/hooks/18-enable-disable_services.chroot @@ -1,6 +1,6 @@ #!/bin/sh -echo I: Disabling services. +echo I: Enabling/Disabling services. systemctl disable exim4 /usr/sbin/update-rc.d -f exim4 remove systemctl disable isc-dhcp-server @@ -25,3 +25,4 @@ systemctl disable dnsmasq /usr/sbin/update-rc.d -f dnsmasq remove systemctl disable lldpd /usr/sbin/update-rc.d -f lldpd remove +systemctl enable ssh-session-cleanup |