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# These files are considered legacy and are unnecessary on legacy-free
11# systems.
12
13d /run/lock 0755 root root -
14L /var/lock - - - - ../run/lock
15{% if CREATE_LOG_DIRS %}
16L /var/log/README - - - - ../..{{DOC_DIR}}/README.logs
17{% endif %}
18
19# /run/lock/subsys is used for serializing SysV service execution, and
20# hence without use on SysV-less systems.
21
22d /run/lock/subsys 0755 root root -
23
24# /forcefsck, /fastboot and /forcequotacheck are deprecated in favor of the
25# kernel command line options 'fsck.mode=force', 'fsck.mode=skip' and
26# 'quotacheck.mode=force'
27
28r! /forcefsck
29r! /fastboot
30r! /forcequotacheck
31