mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-12 03:24:08 +00:00
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:
@@ -1,2 +1,2 @@
|
||||
d /var/run/apache2 0755 root root -
|
||||
d /run/apache2 0755 root root -
|
||||
d /var/log/apache2 0755 root root -
|
||||
|
||||
Reference in New Issue
Block a user