diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2022-05-10 15:27:19 +0000 |
---|---|---|
committer | Viacheslav Hletenko <v.gletenko@vyos.io> | 2022-05-10 15:27:19 +0000 |
commit | 53c07039b7653bc0c844fe98f65aec65734f908f (patch) | |
tree | faa4c69351d254aafcd64421c56768858b71a992 /data/live-build-config/hooks | |
parent | e3155cdea5ed3a337ccc3396dbf78ae541a07530 (diff) | |
download | vyos-build-53c07039b7653bc0c844fe98f65aec65734f908f.tar.gz vyos-build-53c07039b7653bc0c844fe98f65aec65734f908f.zip |
sshguard: T4408: Add pkg sshquard from repo buster-backports
Add repo buster-backports for pkg "sshguard"
Disable service sshquard by default
Diffstat (limited to 'data/live-build-config/hooks')
-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 6fdf3565..fbe2abde 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 @@ -9,6 +9,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 |