From fd151c61d017985352c5d613a07b7a6f5ddf6fe7 Mon Sep 17 00:00:00 2001 From: fdupoux Date: Wed, 19 Aug 2020 07:38:26 +0100 Subject: [PATCH] Mask more irrelevant timer units (#140) --- airootfs/root/customize_airootfs.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/airootfs/root/customize_airootfs.sh b/airootfs/root/customize_airootfs.sh index 01897e6..17e8510 100755 --- a/airootfs/root/customize_airootfs.sh +++ b/airootfs/root/customize_airootfs.sh @@ -37,8 +37,11 @@ systemctl enable sysresccd-initialize.service systemctl enable sysresccd-autorun.service systemctl set-default multi-user.target +# Mask irrelevant timer units (#140) systemctl mask atop-rotate.timer systemctl mask shadow.timer +systemctl mask man-db.timer +systemctl mask updatedb.timer # Provide additional commands (using busybox instead of binutils to save space) ln -sf /usr/bin/busybox /usr/local/bin/ar