diff options
author | Roy Li <rongqing.li@windriver.com> | 2013-09-10 16:36:44 +0800 |
---|---|---|
committer | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-09-16 13:36:21 +0100 |
commit | a40fcab604554d0e549294458b27b25e5639fceb (patch) | |
tree | d414975e1719cec6138d21de67c1222136518245 /meta-webserver/recipes-httpd/apache2/files/apache2-volatile.conf | |
parent | 138f44f9bbd37fc86596a14a2b541597eee27ae4 (diff) | |
download | meta-openembedded-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/apache2-volatile.conf')
-rw-r--r-- | meta-webserver/recipes-httpd/apache2/files/apache2-volatile.conf | 2 |
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 @@ | |||
1 | d /var/run/apache2 0755 root root - | ||
2 | d /var/log/apache2 0755 root root - | ||