| 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.in |
| +++ b/tmpfiles.d/etc.conf.in |
| @@ -8,6 +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/mtab - - - - ../proc/self/mounts |
| {% if HAVE_SMACK_RUN_LABEL %} |
| t /etc/mtab - - - - security.SMACK64=_ |