From ee5258878df2afd821b7a5bb5df1f75126cd4e1a Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Sun, 12 Feb 2023 19:47:42 +0100 Subject: [PATCH] Enable fstrim timer Signed-off-by: Severin Kaderli --- .install/systemd.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.install/systemd.sh b/.install/systemd.sh index d59c778..98f1c30 100644 --- a/.install/systemd.sh +++ b/.install/systemd.sh @@ -14,6 +14,7 @@ CONFIG_SYSTEMD_SERVICES=( "bluetooth.service" "cronie.service" "docker.service" + "fstrim.timer" "NetworkManager.service" "org.cups.cupsd.service" "pkgstats.timer"