chiark / gitweb /
Make systemd-inhibit --list work
[elogind.git] / tmpfiles.d / systemd.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 d /run/user 0755 root root ~10d
11 F /run/utmp 0664 root utmp -
12
13 f /var/log/wtmp 0664 root utmp -
14 f /var/log/btmp 0600 root utmp -
15
16 d /var/cache/man - - - 30d
17
18 r /forcefsck
19 r /forcequotacheck
20 r /fastboot
21
22 d /run/systemd/ask-password 0755 root root -
23 d /run/systemd/seats 0755 root root -
24 d /run/systemd/sessions 0755 root root -
25 d /run/systemd/users 0755 root root -
26 d /run/systemd/shutdown 0755 root root -
27
28 F /run/nologin 0755 - - - "System is booting up."