diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-06-13 13:29:25 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-06-13 13:29:25 +0200 |
commit | 55745f2054a1bc132ee415ddd72441bac52b89b6 (patch) | |
tree | 9452b80867fae6e2b085c571e551e72290c20439 /tmpfiles.d/etc.conf | |
parent | ecde7065f7b11a7a226d2f7b0e90e998a6347a59 (diff) |
tmpfiles: add minimal tmpfiles snippet to rebuild the most essential stuff from /etc
Diffstat (limited to 'tmpfiles.d/etc.conf')
-rw-r--r-- | tmpfiles.d/etc.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tmpfiles.d/etc.conf b/tmpfiles.d/etc.conf new file mode 100644 index 0000000000..e8368f5dc6 --- /dev/null +++ b/tmpfiles.d/etc.conf @@ -0,0 +1,12 @@ +# This file is part of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation; either version 2.1 of the License, or +# (at your option) any later version. + +# 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 |