diff options
author | Philipp Hirsch <itself@hanspolo.net> | 2014-06-07 22:24:58 +0200 |
---|---|---|
committer | Philipp Hirsch <itself@hanspolo.net> | 2014-06-08 00:00:30 +0200 |
commit | 8636d548691378a862425fae33eaebe5649f99fa (patch) | |
tree | 9c976b0c35007ba7d029123d3354083663fca626 /services | |
parent | a5efa3d1f54c7b7c1b6990f7ef4fd2fbb45a4129 (diff) | |
download | runit-void-8636d548691378a862425fae33eaebe5649f99fa.tar.gz runit-void-8636d548691378a862425fae33eaebe5649f99fa.tar.xz runit-void-8636d548691378a862425fae33eaebe5649f99fa.zip |
New service: apache
Diffstat (limited to 'services')
-rw-r--r-- | services/apache/run | 2 | ||||
l--------- | services/apache/supervise | 1 |
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 |