summaryrefslogtreecommitdiff
path: root/openwrt/S51lighttpd
diff options
context:
space:
mode:
Diffstat (limited to 'openwrt/S51lighttpd')
-rwxr-xr-xopenwrt/S51lighttpd4
1 files changed, 4 insertions, 0 deletions
diff --git a/openwrt/S51lighttpd b/openwrt/S51lighttpd
new file mode 100755
index 0000000..c9aa1f9
--- /dev/null
+++ b/openwrt/S51lighttpd
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+/usr/sbin/lighttpd -f /etc/lighttpd.conf
+exit $?