From a40fcab604554d0e549294458b27b25e5639fceb Mon Sep 17 00:00:00 2001 From: Roy Li Date: Tue, 10 Sep 2013 16:36:44 +0800 Subject: 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 --- meta-webserver/recipes-httpd/apache2/files/apache2-volatile.conf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meta-webserver/recipes-httpd/apache2/files/apache2-volatile.conf (limited to 'meta-webserver/recipes-httpd/apache2/files/apache2-volatile.conf') 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 - -- cgit v1.2.3-54-g00ecf