chiark / gitweb /
tmpfiles: always recreate the most basic directory structure in /var
[elogind.git] / tmpfiles.d / var.conf
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 /var/run - - - - ../run
11
12 d /var/log 0755 - - -
13 f /var/log/wtmp 0664 root utmp -
14 f /var/log/btmp 0600 root utmp -
15
16 d /var/cache 0755 - - -
17 d /var/cache/man - - - 30d
18
19 d /var/lib 0755 - - -
20 d /var/spool 0755 - - -