aboutsummaryrefslogtreecommitdiffstats
path: root/meta-webserver/recipes-httpd/apache2/files
diff options
context:
space:
mode:
authorRoy Li <rongqing.li@windriver.com>2013-09-10 16:36:44 +0800
committerPaul Eggleton <paul.eggleton@linux.intel.com>2013-09-16 13:36:21 +0100
commita40fcab604554d0e549294458b27b25e5639fceb (patch)
treed414975e1719cec6138d21de67c1222136518245 /meta-webserver/recipes-httpd/apache2/files
parent138f44f9bbd37fc86596a14a2b541597eee27ae4 (diff)
downloadmeta-openembedded-contrib-a40fcab604554d0e549294458b27b25e5639fceb.tar.gz
apache2: create configuration file for systemd-tmpfiles
when use systemd as a system and service manager, systemd-tmpfiles will replace /etc/init.d/populate-volatile.sh to handle temporary files, so we need to create the configuration file for apache2 Signed-off-by: Roy Li <rongqing.li@windriver.com>
Diffstat (limited to 'meta-webserver/recipes-httpd/apache2/files')
-rw-r--r--meta-webserver/recipes-httpd/apache2/files/apache2-volatile.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-webserver/recipes-httpd/apache2/files/apache2-volatile.conf b/meta-webserver/recipes-httpd/apache2/files/apache2-volatile.conf
new file mode 100644
index 0000000000..ff2c587046
--- /dev/null
+++ b/meta-webserver/recipes-httpd/apache2/files/apache2-volatile.conf
@@ -0,0 +1,2 @@
+d /var/run/apache2 0755 root root -
+d /var/log/apache2 0755 root root -