2011-04-02 03:08:31 +04:00
# This file is part of systemd.
#
# systemd is free software; you can redistribute it and/or modify it
2012-04-12 02:20:58 +04: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 03:08:31 +04:00
# (at your option) any later version.
2024-11-21 12:25:38 +03:00
# See tmpfiles.d(5) for details.
2011-04-02 03:08:31 +04:00
2024-11-21 12:12:56 +03: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 04:35:27 +04:00
d /run/lock 0755 root root -
2014-06-11 02:12:21 +04:00
L /var/lock - - - - ../run/lock
2024-11-22 13:59:26 +03:00
{% if HAVE_SYSV_COMPAT %}
2021-07-08 12:47:32 +03:00
{% if CREATE_LOG_DIRS %}
2024-09-13 18:24:20 +03:00
L$ /var/log/README - - - - ../..{{DOC_DIR}}/README.logs
2021-07-08 12:47:32 +03:00
{% endif %}
2013-01-05 04:35:27 +04: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 11:27:40 +03:00
# /forcefsck, /fastboot and /forcequotacheck are deprecated in favor of the
2013-01-05 04:35:27 +04:00
# kernel command line options 'fsck.mode=force', 'fsck.mode=skip' and
# 'quotacheck.mode=force'
2013-12-21 05:25:39 +04:00
r! /forcefsck
r! /fastboot
r! /forcequotacheck
2024-11-21 12:12:56 +03:00
{% endif %}