about summary refs log tree commit diff
path: root/services/apache/run
diff options
context:
space:
mode:
Diffstat (limited to 'services/apache/run')
-rwxr-xr-xservices/apache/run5
1 files changed, 0 insertions, 5 deletions
diff --git a/services/apache/run b/services/apache/run
deleted file mode 100755
index 5fcf647..0000000
--- a/services/apache/run
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-mkdir -p /run/httpd || exit 1
-chmod 0710 /run/httpd || exit 1
-chown root:httpd /run/httpd || exit 1
-exec httpd -DNO_DETACH