]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
link README.logs from tmpfiles.d/legacy.conf only if available
authorChristian Hesse <mail@eworm.de>
Fri, 22 Nov 2024 10:59:26 +0000 (11:59 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Fri, 22 Nov 2024 18:33:20 +0000 (18:33 +0000)
The file README.logs is installed only if SysVInit support is enabled.
Thus the link should depend on it as well.

tmpfiles.d/legacy.conf.in

index b475500e587919c80f981d6015670e5ce6ee13de..6726c6c0e50b1d8e1fa9a60e5ce5f228a57497ab 100644 (file)
 
 d /run/lock 0755 root root -
 L /var/lock - - - - ../run/lock
+
+{% if HAVE_SYSV_COMPAT %}
 {% if CREATE_LOG_DIRS %}
 L$ /var/log/README - - - - ../..{{DOC_DIR}}/README.logs
 {% endif %}
 
-{% if HAVE_SYSV_COMPAT %}
 # /run/lock/subsys is used for serializing SysV service execution, and
 # hence without use on SysV-less systems.
 d /run/lock/subsys 0755 root root -