udev: String substitutions can be done in ENV, too
[systemd_ALT.git] / tmpfiles.d / var.conf.in
blob557dd20ce9bd5e84894f42d8b5938ec610d5fee2
1 #  This file is part of systemd.
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.
8 # See tmpfiles.d(5) for details
10 q /var 0755 - - -
12 L /var/run - - - - ../run
14 d /var/log 0755 - - -
15 {% if ENABLE_UTMP %}
16 f /var/log/wtmp 0664 root utmp -
17 f /var/log/btmp 0660 root utmp -
18 f /var/log/lastlog 0664 root utmp -
19 {% endif %}
21 d /var/cache 0755 - - -
23 d /var/lib 0755 - - -
25 d /var/spool 0755 - - -