]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Revert "link README.logs from tmpfiles.d/legacy.conf only if available"
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 29 Nov 2024 13:12:46 +0000 (14:12 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 29 Nov 2024 13:18:15 +0000 (14:18 +0100)
This reverts commit c946b1357562e8643575dbbda2c8c6fff2c0e4f7.

The next patch will resolve the issue in a different way.

tmpfiles.d/legacy.conf.in

index 6726c6c0e50b1d8e1fa9a60e5ce5f228a57497ab..b475500e587919c80f981d6015670e5ce6ee13de 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 -