summary refs log tree commit diff
path: root/services/apache
diff options
context:
space:
mode:
authorPhilipp Hirsch <itself@hanspolo.net>2014-06-07 22:24:58 +0200
committerPhilipp Hirsch <itself@hanspolo.net>2014-06-08 00:00:30 +0200
commit8636d548691378a862425fae33eaebe5649f99fa (patch)
tree9c976b0c35007ba7d029123d3354083663fca626 /services/apache
parenta5efa3d1f54c7b7c1b6990f7ef4fd2fbb45a4129 (diff)
downloadrunit-void-8636d548691378a862425fae33eaebe5649f99fa.tar.gz
runit-void-8636d548691378a862425fae33eaebe5649f99fa.tar.xz
runit-void-8636d548691378a862425fae33eaebe5649f99fa.zip
New service: apache
Diffstat (limited to 'services/apache')
-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