From 0eb70404259be0e6886cd0971cd14a3989ec9d61 Mon Sep 17 00:00:00 2001 From: Manuel Date: Tue, 4 Jul 2023 20:41:05 +0000 Subject: [PATCH] update calamares configs --- .../calamares/modules/services-systemd.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 acorinstaller/calamares/modules/services-systemd.conf diff --git a/acorinstaller/calamares/modules/services-systemd.conf b/acorinstaller/calamares/modules/services-systemd.conf new file mode 100644 index 0000000..ed4608b --- /dev/null +++ b/acorinstaller/calamares/modules/services-systemd.conf @@ -0,0 +1,13 @@ +# SPDX-FileCopyrightText: no +# SPDX-License-Identifier: CC0-1.0 +# +# Systemd services manipulation. +# +# This module can enable services, timers and targets for systemd +# (if packaging doesn't already do that). It can also +# disable services and targets as well as mask units. + +timers: + - name: "fstrim" + mandatory: false +