diff options
Diffstat (limited to 'services/apache')
-rwxr-xr-x | services/apache/run | 5 | ||||
l--------- | services/apache/supervise | 1 |
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 |