summaryrefslogtreecommitdiffstats
path: root/Services/apache/apache_run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Services/apache/apache_run.sh')
-rw-r--r--Services/apache/apache_run.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/Services/apache/apache_run.sh b/Services/apache/apache_run.sh
new file mode 100644
index 0000000..0f876ec
--- /dev/null
+++ b/Services/apache/apache_run.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+rm -rf /run/httpd/*
+exec /usr/sbin/apachectl -D FOREGROUND \ No newline at end of file