From 0d0608fbd47f11d2833d755c3e7d14d35ff8b2a4 Mon Sep 17 00:00:00 2001 From: Fabian Arrotin Date: Sep 13 2022 07:58:30 +0000 Subject: Disabling services for non installled pkgs (non hyperscale) Signed-off-by: Fabian Arrotin --- diff --git a/kiwi/complex-build/config.sh b/kiwi/complex-build/config.sh index 95d4c78..a3f6320 100755 --- a/kiwi/complex-build/config.sh +++ b/kiwi/complex-build/config.sh @@ -51,9 +51,9 @@ fi ## Enable chrony systemctl enable chronyd.service ## Enable oomd -systemctl enable systemd-oomd.service +##systemctl enable systemd-oomd.service ## Enable resolved -systemctl enable systemd-resolved.service +##systemctl enable systemd-resolved.service ## Enable persistent journal mkdir -p /var/log/journal