diff options
Diffstat (limited to 'services/lighttpd')
-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 |