about summary refs log tree commit diff
path: root/services/lighttpd
diff options
context:
space:
mode:
authorPhilipp Hirsch <itself@hanspolo.net>2014-06-07 22:46:02 +0200
committerPhilipp Hirsch <itself@hanspolo.net>2014-06-08 00:00:35 +0200
commit1faca902783a30b1a3225f12b9c849a5ad56c71c (patch)
treeb661021f62054f7774fe2f9e917f30fc1d445846 /services/lighttpd
parent8636d548691378a862425fae33eaebe5649f99fa (diff)
downloadrunit-void-1faca902783a30b1a3225f12b9c849a5ad56c71c.tar.gz
runit-void-1faca902783a30b1a3225f12b9c849a5ad56c71c.tar.xz
runit-void-1faca902783a30b1a3225f12b9c849a5ad56c71c.zip
New service: lighttpd
Diffstat (limited to 'services/lighttpd')
-rw-r--r--services/lighttpd/run2
l---------services/lighttpd/supervise1
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