]> git.ipfire.org Git - thirdparty/systemd.git/commit
tmpfiles: stop creating /etc/localtime symlink
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 25 Jul 2019 17:12:02 +0000 (19:12 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 25 Jul 2019 17:12:02 +0000 (19:12 +0200)
commit09bef967d9cacb95bafab0882606cc3a57ac324e
tree75cc5b100360810ea6008dc3bc6653120d4fb6e6
parent57cd822887e5fe7b3c3a55098ac16544195f3d21
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.
tmpfiles.d/etc.conf.m4