5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk# This file is part of systemd.
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk#
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk# systemd is free software; you can redistribute it and/or modify it
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk# under the terms of the GNU Lesser General Public License as published by
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk# the Free Software Foundation; either version 2.1 of the License, or
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk# (at your option) any later version.
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk# See tmpfiles.d(5) for details
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk# These files are considered legacy and are unnecessary on legacy-free
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk# systems.
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenkd /run/lock 0755 root root -
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenkL /var/lock - - - - ../run/lock
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk# /run/lock/subsys is used for serializing SysV service execution, and
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk# hence without use on SysV-less systems.
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenkd /run/lock/subsys 0755 root root -
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk# /forcefsck, /fastboot and /forcequotacheck are deprecated in favor of the
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk# kernel command line options 'fsck.mode=force', 'fsck.mode=skip' and
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk# 'quotacheck.mode=force'
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenkr! /forcefsck
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenkr! /fastboot
r! /forcequotacheck