legacy.conf 841 B

123456789101112131415161718192021222324252627
  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. # See tmpfiles.d(5) for details
  8. # These files are considered legacy and are unnecessary on legacy-free
  9. # systems.
  10. d /run/lock 0755 root root -
  11. L /var/lock - - - - ../run/lock
  12. # /run/lock/subsys is used for serializing SysV service execution, and
  13. # hence without use on SysV-less systems.
  14. d /run/lock/subsys 0755 root root -
  15. # /forcefsck, /fastboot and /forcequotacheck are deprecated in favor of the
  16. # kernel command line options 'fsck.mode=force', 'fsck.mode=skip' and
  17. # 'quotacheck.mode=force'
  18. r! /forcefsck
  19. r! /fastboot
  20. r! /forcequotacheck