From 1faca902783a30b1a3225f12b9c849a5ad56c71c Mon Sep 17 00:00:00 2001 From: Philipp Hirsch Date: Sat, 7 Jun 2014 22:46:02 +0200 Subject: New service: lighttpd --- services/lighttpd/run | 2 ++ services/lighttpd/supervise | 1 + 2 files changed, 3 insertions(+) create mode 100644 services/lighttpd/run create mode 120000 services/lighttpd/supervise (limited to 'services') 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 -- cgit 1.4.1