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>
This commit is contained in:
Roy Li
2013-09-10 16:36:44 +08:00
committed by Paul Eggleton
parent 138f44f9bb
commit a40fcab604
2 changed files with 9 additions and 1 deletions
@@ -0,0 +1,2 @@
d /var/run/apache2 0755 root root -
d /var/log/apache2 0755 root root -