diff options
author | Philipp Hirsch <itself@hanspolo.net> | 2014-06-07 22:46:02 +0200 |
---|---|---|
committer | Philipp Hirsch <itself@hanspolo.net> | 2014-06-08 00:00:35 +0200 |
commit | 1faca902783a30b1a3225f12b9c849a5ad56c71c (patch) | |
tree | b661021f62054f7774fe2f9e917f30fc1d445846 /services | |
parent | 8636d548691378a862425fae33eaebe5649f99fa (diff) | |
download | runit-void-1faca902783a30b1a3225f12b9c849a5ad56c71c.tar.gz runit-void-1faca902783a30b1a3225f12b9c849a5ad56c71c.tar.xz runit-void-1faca902783a30b1a3225f12b9c849a5ad56c71c.zip |
New service: lighttpd
Diffstat (limited to 'services')
-rw-r--r-- | services/lighttpd/run | 2 | ||||
l--------- | services/lighttpd/supervise | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/services/lighttpd/run b/services/lighttpd/run new file mode 100644 index 0000000..936152b --- /dev/null +++ b/services/lighttpd/run @@ -0,0 +1,2 @@ +#!/bin/sh +exec /usr/sbin/lighttpd-angel -D -f /etc/lighttpd/lighttpd.conf diff --git a/services/lighttpd/supervise b/services/lighttpd/supervise new file mode 120000 index 0000000..2049dbe --- /dev/null +++ b/services/lighttpd/supervise @@ -0,0 +1 @@ +/run/runit/supervise.lighttpd \ No newline at end of file |