1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-02 01:18:14 +03:00

Revert "link README.logs from tmpfiles.d/legacy.conf only if available"

This reverts commit c946b13575.

The next patch will resolve the issue in a different way.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2024-11-29 14:12:46 +01:00
parent 09291cfa1a
commit a66a7c412a

View File

@ -13,12 +13,11 @@
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 -