summarylogtreecommitdiffstats
path: root/apache.install
diff options
context:
space:
mode:
Diffstat (limited to 'apache.install')
-rw-r--r--apache.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/apache.install b/apache.install
new file mode 100644
index 000000000000..e7b72b74f4d2
--- /dev/null
+++ b/apache.install
@@ -0,0 +1,7 @@
+post_install() {
+ systemd-tmpfiles --create apache.conf
+}
+
+post_upgrade() {
+ systemd-tmpfiles --create apache.conf
+}