diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-02-01 18:27:51 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-02-01 18:27:51 +0100 |
commit | fd04bba0e8d51f95aae9661ced5d4959c6c82110 (patch) | |
tree | 9efa6a8646bef7c8644353c53f72237af14ec728 /tmpfiles.d/legacy.conf | |
parent | f3ade27e68e76e068a7d81ed52d6893318e1d1ec (diff) | |
parent | 61f32bff6130a44d077886d38cff89ad161bf177 (diff) |
Merge pull request #2491 from martinpitt/master
tmpfiles: drop /run/lock/lockdev
Diffstat (limited to 'tmpfiles.d/legacy.conf')
-rw-r--r-- | tmpfiles.d/legacy.conf | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tmpfiles.d/legacy.conf b/tmpfiles.d/legacy.conf index 3cb0c63815..62e2ae0986 100644 --- a/tmpfiles.d/legacy.conf +++ b/tmpfiles.d/legacy.conf @@ -18,14 +18,6 @@ L /var/lock - - - - ../run/lock d /run/lock/subsys 0755 root root - -# /run/lock/lockdev is used to serialize access to tty devices via -# LCK..xxx style lock files, For more information see: -# http://lists.freedesktop.org/archives/systemd-devel/2011-March/001823.html -# On modern systems a BSD file lock is a better choice if -# serialization is needed on those devices. - -d /run/lock/lockdev 0775 root lock - - # /forcefsck, /fastboot and /forcequotacheck are deprecated in favor of the # kernel command line options 'fsck.mode=force', 'fsck.mode=skip' and # 'quotacheck.mode=force' |