diff options
Diffstat (limited to 'openwrt/S51lighttpd')
-rwxr-xr-x | openwrt/S51lighttpd | 4 |
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 $? |