]> git.ipfire.org Git - thirdparty/systemd.git/blame - tmpfiles.d/legacy.conf
tmpfiles: Add +C attrib to the journal files directories
[thirdparty/systemd.git] / tmpfiles.d / legacy.conf
CommitLineData
cca4aeee
LP
1# This file is part of systemd.
2#
3# systemd is free software; you can redistribute it and/or modify it
5430f7f2
LP
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
cca4aeee
LP
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
9261bb7c
TG
11# systems.
12
13d /run/lock 0755 root root -
9339db71 14L /var/lock - - - - ../run/lock
9261bb7c
TG
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
cca4aeee
LP
21# /run/lock/lockdev is used to serialize access to tty devices via
22# LCK..xxx style lock files, For more information see:
23# http://lists.freedesktop.org/archives/systemd-devel/2011-March/001823.html
24# On modern systems a BSD file lock is a better choice if
25# serialization is needed on those devices.
26
cca4aeee 27d /run/lock/lockdev 0775 root lock -
9261bb7c
TG
28
29# /forcefsck, /fastboot and /forcequotecheck are deprecated in favor of the
30# kernel command line options 'fsck.mode=force', 'fsck.mode=skip' and
31# 'quotacheck.mode=force'
32
c4708f13
ZJS
33r! /forcefsck
34r! /fastboot
35r! /forcequotacheck