hwdb: fix screen rotation for EXO Wings 2in1 w1125 (#36283)
[systemd.io.git] / tmpfiles.d / legacy.conf.in
blobb475500e587919c80f981d6015670e5ce6ee13de
1 #  This file is part of systemd.
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.
8 # See tmpfiles.d(5) for details.
10 # The functionality provided by these files and directories has been replaced
11 # by newer interfaces. Their use is discouraged on legacy-free systems. This
12 # configuration is provided to maintain backward compatibility.
14 d /run/lock 0755 root root -
15 L /var/lock - - - - ../run/lock
16 {% if CREATE_LOG_DIRS %}
17 L$ /var/log/README - - - - ../..{{DOC_DIR}}/README.logs
18 {% endif %}
20 {% if HAVE_SYSV_COMPAT %}
21 # /run/lock/subsys is used for serializing SysV service execution, and
22 # hence without use on SysV-less systems.
23 d /run/lock/subsys 0755 root root -
25 # /forcefsck, /fastboot and /forcequotacheck are deprecated in favor of the
26 # kernel command line options 'fsck.mode=force', 'fsck.mode=skip' and
27 # 'quotacheck.mode=force'
28 r! /forcefsck
29 r! /fastboot
30 r! /forcequotacheck
31 {% endif %}