diff options
author | Christian Breunig <christian@breunig.cc> | 2023-02-15 19:06:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-15 19:06:08 +0100 |
commit | 6987aa10a600a2d1b0d498607ebaafc799739aaa (patch) | |
tree | dbea4c06d84d86a14a75a0dd13a2cae3530bbb8b /data/live-build-config/hooks | |
parent | 5207b6f510d67762eb7ae9d5394c68ded65d7905 (diff) | |
parent | b4a10607bb847c08d91f1ab28485db78feca7597 (diff) | |
download | vyos-build-6987aa10a600a2d1b0d498607ebaafc799739aaa.tar.gz vyos-build-6987aa10a600a2d1b0d498607ebaafc799739aaa.zip |
Merge pull request #306 from sarthurdev/bookworm
debian: T5003: Upgrade base system to Debian 12 "Bookworm"
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 a1d328ed..f116262c 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 strongswan.service systemctl disable avahi-daemon.service |