summaryrefslogtreecommitdiffstats
path: root/abs/core/runit-scripts/runitscripts/services/apache/run
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/runit-scripts/runitscripts/services/apache/run')
-rwxr-xr-xabs/core/runit-scripts/runitscripts/services/apache/run8
1 files changed, 8 insertions, 0 deletions
diff --git a/abs/core/runit-scripts/runitscripts/services/apache/run b/abs/core/runit-scripts/runitscripts/services/apache/run
new file mode 100755
index 0000000..95d5cc4
--- /dev/null
+++ b/abs/core/runit-scripts/runitscripts/services/apache/run
@@ -0,0 +1,8 @@
+#!/bin/sh
+export TERM=linux
+. /etc/rc.conf
+. /etc/rc.d/functions
+stat_runit "Starting Apache"
+
+
+exec /usr/local/apache/bin/httpd -DNO_DETACH