Message ID | 20230316120544.271353-1-akuster808@gmail.com |
---|---|
State | New |
Headers | show |
Series | [meta-oe,langdale,kirkstone,1/2] apache2: use /run instead of /var/run for systemd volatile config | expand |
diff --git a/meta-webserver/recipes-httpd/apache2/files/apache2-volatile.conf b/meta-webserver/recipes-httpd/apache2/files/apache2-volatile.conf index ff2c587046..0852a8859a 100644 --- a/meta-webserver/recipes-httpd/apache2/files/apache2-volatile.conf +++ b/meta-webserver/recipes-httpd/apache2/files/apache2-volatile.conf @@ -1,2 +1,2 @@ -d /var/run/apache2 0755 root root - +d /run/apache2 0755 root root - d /var/log/apache2 0755 root root -