diff options
author | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2023-02-13 22:41:07 +0100 |
---|---|---|
committer | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2023-02-13 22:41:07 +0100 |
commit | b4a10607bb847c08d91f1ab28485db78feca7597 (patch) | |
tree | add7a561ef941dbf9f865ab37ca32555ff06622a | |
parent | 52073f8ee6ae86b018e8303714a2bfa78980e7e4 (diff) | |
download | vyos-build-b4a10607bb847c08d91f1ab28485db78feca7597.tar.gz vyos-build-b4a10607bb847c08d91f1ab28485db78feca7597.zip |
debian: T5003: Disable `strongswan.service` provided by charon_systemd
-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 f69a76bb..a4d7bb13 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 @@ -50,6 +50,7 @@ systemctl disable ipvsadm.service systemctl disable telegraf.service systemctl disable ndppd.service systemctl disable ipsec.service +systemctl disable strongswan.service systemctl disable strongswan-starter.service systemctl disable avahi-daemon.service systemctl disable atop-rotate.timer |