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