blob: c47cb265c542a9bae2c51ef813b6a7cffa23066f [file] [log] [blame]
From 04376c6c1710a8136469e8b26398856d7ed1511d Mon Sep 17 00:00:00 2001
From: Aditya Kali <adityakali@google.com>
Date: Mon, 25 Apr 2016 15:41:21 -0700
Subject: [PATCH] Force re-creation of /etc/localtime symlink
Signed-off-by: Aditya Kali <adityakali@google.com>
---
tmpfiles.d/etc.conf.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tmpfiles.d/etc.conf.m4 b/tmpfiles.d/etc.conf.m4
index e74b026..d824029 100644
--- a/tmpfiles.d/etc.conf.m4
+++ b/tmpfiles.d/etc.conf.m4
@@ -8,7 +8,7 @@
# See tmpfiles.d(5) for details
L /etc/os-release - - - - ../usr/lib/os-release
-L /etc/localtime - - - - ../usr/share/zoneinfo/UTC
+L+ /etc/localtime - - - - ../usr/share/zoneinfo/UTC
L+ /etc/mtab - - - - ../proc/self/mounts
m4_ifdef(`ENABLE_RESOLVED',
L! /etc/resolv.conf - - - - ../run/systemd/resolve/resolv.conf
--
2.1.2