apache2: use /run instead of /var/run for systemd volatile config

Fixes:
systemd-tmpfiles[181]: /etc/tmpfiles.d/apache2-volatile.conf:1:
Line references path below legacy directory /var/run/, updating /var/run/apache2 -> /run/apache2;
please update the tmpfiles.d/ drop-in file accordingly.

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Yi Zhao 2023-02-23 22:56:42 +08:00 committed by Khem Raj
parent 285b7cd79f
commit f018a6bb3b

View File

@ -1,2 +1,2 @@
d /var/run/apache2 0755 root root -
d /run/apache2 0755 root root -
d /var/log/apache2 0755 root root -