diff options
author | Luca BRUNO <luca.bruno@coreos.com> | 2021-12-23 12:01:07 +0100 |
---|---|---|
committer | Luca BRUNO <luca.bruno@coreos.com> | 2021-12-23 12:01:12 +0100 |
commit | 623370e643e228449f5e49c0d82e6e423ae0e0f7 (patch) | |
tree | be67f5ff16f8501b3970c3d48b6f5c9ee208eb0f /tmpfiles.d/etc.conf.in | |
parent | meson: fix typo (diff) | |
download | systemd-623370e643e228449f5e49c0d82e6e423ae0e0f7.tar.xz systemd-623370e643e228449f5e49c0d82e6e423ae0e0f7.zip |
factory: populate /etc/locale.conf with systemd build-time setting
This adds /etc/locale.conf to the set of configuration files
populated by tmpfiles.d factory /etc handling.
In particular, the build-time locale configuration in systemd is
now wired to a /usr factory file, and installed to the system.
On boot, if other locale customization tools did not write
/etc/locale.conf on the system, the factory default file gets
copied to /etc by systemd-tmpfiles.
This is done in order to avoid skews between different system
components when no locale settings are configured. At that point,
systemd can safely act as the fallback owner of /etc/locale.conf.
Diffstat (limited to 'tmpfiles.d/etc.conf.in')
-rw-r--r-- | tmpfiles.d/etc.conf.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tmpfiles.d/etc.conf.in b/tmpfiles.d/etc.conf.in index ebdc699c26..2fdd498da5 100644 --- a/tmpfiles.d/etc.conf.in +++ b/tmpfiles.d/etc.conf.in @@ -12,6 +12,7 @@ L+ /etc/mtab - - - - ../proc/self/mounts {% if HAVE_SMACK_RUN_LABEL %} t /etc/mtab - - - - security.SMACK64=_ {% endif %} +C! /etc/locale.conf - - - - C! /etc/nsswitch.conf - - - - {% if HAVE_PAM %} C! /etc/pam.d - - - - |