diff options
author | Daniil Baturin <daniil@vyos.io> | 2023-10-18 21:47:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-18 21:47:52 +0100 |
commit | 0dc534f9d921faea7b0c1a5b22c84e4de10bfe2b (patch) | |
tree | 04a26f46cb5ab53c032bc6370a52e39603a219b5 /data/live-build-config | |
parent | 986c77ac08c552f7e8c80be3e5a98339babb06b4 (diff) | |
parent | 714be4962046e3a299738ed51e7cd332adb9900a (diff) | |
download | vyos-build-0dc534f9d921faea7b0c1a5b22c84e4de10bfe2b.tar.gz vyos-build-0dc534f9d921faea7b0c1a5b22c84e4de10bfe2b.zip |
Merge pull request #437 from c-po/equuleus
systemd: T5354: always disable sshguard.service
Diffstat (limited to 'data/live-build-config')
-rwxr-xr-x | data/live-build-config/hooks/live/18-enable-disable_services.chroot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/live-build-config/hooks/live/18-enable-disable_services.chroot b/data/live-build-config/hooks/live/18-enable-disable_services.chroot index 677e27fa..404beaa1 100755 --- a/data/live-build-config/hooks/live/18-enable-disable_services.chroot +++ b/data/live-build-config/hooks/live/18-enable-disable_services.chroot @@ -10,6 +10,7 @@ systemctl disable pmacctd.service systemctl disable sfacctd.service systemctl disable uacctd.service systemctl disable ssh.service +systemctl disable sshguard.service systemctl disable openvpn.service systemctl disable lldpd.service systemctl disable LCDd.service |