2011-04-02 01:08:31 +02:00
# This file is part of systemd.
#
# systemd is free software; you can redistribute it and/or modify it
2012-04-12 00:20:58 +02:00
# under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2.1 of the License, or
2011-04-02 01:08:31 +02:00
# (at your option) any later version.
2024-11-21 10:25:38 +01:00
# See tmpfiles.d(5) for details.
2011-04-02 01:08:31 +02:00
2024-11-21 10:12:56 +01:00
# The functionality provided by these files and directories has been replaced
# by newer interfaces. Their use is discouraged on legacy-free systems. This
# configuration is provided to maintain backward compatibility.
2013-01-05 01:35:27 +01:00
d /run/lock 0755 root root -
2014-06-11 00:12:21 +02:00
L /var/lock - - - - ../run/lock
2021-07-08 09:47:32 +00:00
{% if CREATE_LOG_DIRS %}
2024-09-13 17:24:20 +02:00
L$ /var/log/README - - - - ../..{{DOC_DIR}}/README.logs
2021-07-08 09:47:32 +00:00
{% endif %}
2013-01-05 01:35:27 +01:00
2024-11-29 14:12:46 +01:00
{% if HAVE_SYSV_COMPAT %}
2013-01-05 01:35:27 +01:00
# /run/lock/subsys is used for serializing SysV service execution, and
# hence without use on SysV-less systems.
d /run/lock/subsys 0755 root root -
2015-06-01 09:27:40 +01:00
# /forcefsck, /fastboot and /forcequotacheck are deprecated in favor of the
2013-01-05 01:35:27 +01:00
# kernel command line options 'fsck.mode=force', 'fsck.mode=skip' and
# 'quotacheck.mode=force'
2013-12-20 20:25:39 -05:00
r! /forcefsck
r! /fastboot
r! /forcequotacheck
2024-11-21 10:12:56 +01:00
{% endif %}