]> git.ipfire.org Git - thirdparty/systemd.git/blob - tmpfiles.d/etc.conf.m4
Merge pull request #57 from pwithnall/wip/pwithnall/udev-virtualbox-rules
[thirdparty/systemd.git] / tmpfiles.d / etc.conf.m4
1 # This file is part of systemd.
2 #
3 # systemd is free software; you can redistribute it and/or modify it
4 # under the terms of the GNU Lesser General Public License as published by
5 # the Free Software Foundation; either version 2.1 of the License, or
6 # (at your option) any later version.
7
8 # See tmpfiles.d(5) for details
9
10 L /etc/os-release - - - - ../usr/lib/os-release
11 L /etc/localtime - - - - ../usr/share/zoneinfo/UTC
12 L+ /etc/mtab - - - - ../proc/self/mounts
13 m4_ifdef(`ENABLE_RESOLVED',
14 L! /etc/resolv.conf - - - - ../run/systemd/resolve/resolv.conf
15 )m4_dnl
16 C /etc/nsswitch.conf - - - -
17 m4_ifdef(`HAVE_PAM',
18 C /etc/pam.d - - - -
19 )m4_dnl