]> git.proxmox.com Git - systemd.git/blame - tmpfiles.d/legacy.conf
Imported Upstream version 229
[systemd.git] / tmpfiles.d / legacy.conf
CommitLineData
663996b3
MS
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 -
60f067b4 14L /var/lock - - - - ../run/lock
663996b3
MS
15
16# /run/lock/subsys is used for serializing SysV service execution, and
17# hence without use on SysV-less systems.
18
19d /run/lock/subsys 0755 root root -
20
86f210e9 21# /forcefsck, /fastboot and /forcequotacheck are deprecated in favor of the
663996b3
MS
22# kernel command line options 'fsck.mode=force', 'fsck.mode=skip' and
23# 'quotacheck.mode=force'
24
60f067b4
JS
25r! /forcefsck
26r! /fastboot
27r! /forcequotacheck