From 29eb35530b29232eed65718d0cd96d67cd7ffd6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Fri, 8 Dec 2023 12:35:59 +0100 Subject: [PATCH] Move config files to /usr/lib/systemd MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... (e.g. /etc/systemd/system.conf → /usr/lib/systemd/systemd.conf). Both config file locations were already supported, and the files installed in /etc/ were "empty" (i.e. they had only comments and section headers). The move does not change the configuration, but just makes /etc more empty by default. See https://github.com/systemd/systemd/commit/6495361c7d for more discussion and details. --- systemd.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/systemd.spec b/systemd.spec index 8c31371..a8946de 100644 --- a/systemd.spec +++ b/systemd.spec @@ -662,6 +662,7 @@ CONFIGURE_OPTS=( # https://fedoraproject.org/wiki/Changes/Shorter_Shutdown_Timer -Ddefault-timeout-sec=45 -Ddefault-user-timeout-sec=45 + -Dconfigfiledir=/usr/lib -Doomd=true -Dadm-gid=4 -Daudio-gid=63