about summary refs log tree commit diff
path: root/services/apache
diff options
context:
space:
mode:
Diffstat (limited to 'services/apache')
-rwxr-xr-xservices/apache/run5
l---------services/apache/supervise1
2 files changed, 0 insertions, 6 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
diff --git a/services/apache/supervise b/services/apache/supervise
deleted file mode 120000
index a914dc4..0000000
--- a/services/apache/supervise
+++ /dev/null
@@ -1 +0,0 @@
-/run/runit/supervise.apache
\ No newline at end of file