diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-07-25 19:12:02 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-07-25 19:12:02 +0200 |
commit | 09bef967d9cacb95bafab0882606cc3a57ac324e (patch) | |
tree | 75cc5b100360810ea6008dc3bc6653120d4fb6e6 /tmpfiles.d | |
parent | 57cd822887e5fe7b3c3a55098ac16544195f3d21 (diff) | |
download | systemd-09bef967d9cacb95bafab0882606cc3a57ac324e.tar.gz |
tmpfiles: stop creating /etc/localtime symlink
If the symlink is not present, UTC is the default. There *is* a slight
advantage to it: humans might expect it to be present and look in /etc.
But it might interfere with post-install scripts and it doesn't serve
any technical purpose. Let's not create it. Fixes #13183.
Diffstat (limited to 'tmpfiles.d')
-rw-r--r-- | tmpfiles.d/etc.conf.m4 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tmpfiles.d/etc.conf.m4 b/tmpfiles.d/etc.conf.m4 index 7ad908c9bf..123de6ea42 100644 --- a/tmpfiles.d/etc.conf.m4 +++ b/tmpfiles.d/etc.conf.m4 @@ -8,7 +8,6 @@ # See tmpfiles.d(5) for details L /etc/os-release - - - - ../usr/lib/os-release -L /etc/localtime - - - - ../usr/share/zoneinfo/UTC L+ /etc/mtab - - - - ../proc/self/mounts m4_ifdef(`HAVE_SMACK_RUN_LABEL', t /etc/mtab - - - - security.SMACK64=_ |