summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--services/apache/run2
l---------services/apache/supervise1
2 files changed, 3 insertions, 0 deletions
diff --git a/services/apache/run b/services/apache/run
new file mode 100644
index 0000000..cad6e14
--- /dev/null
+++ b/services/apache/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec /usr/sbin/httpd -DNO_DETACH
diff --git a/services/apache/supervise b/services/apache/supervise
new file mode 120000
index 0000000..a914dc4
--- /dev/null
+++ b/services/apache/supervise
@@ -0,0 +1 @@
+/run/runit/supervise.apache
\ No newline at end of file