diff options
Diffstat (limited to 'abs/core/runit-scripts/runitscripts/services/apache')
-rwxr-xr-x | abs/core/runit-scripts/runitscripts/services/apache/run | 8 |
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 |