aboutsummaryrefslogtreecommitdiff
path: root/www/fhttpd/files/fhttpd.sh
diff options
context:
space:
mode:
Diffstat (limited to 'www/fhttpd/files/fhttpd.sh')
-rw-r--r--www/fhttpd/files/fhttpd.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/fhttpd/files/fhttpd.sh b/www/fhttpd/files/fhttpd.sh
new file mode 100644
index 000000000000..51bbd8b71eeb
--- /dev/null
+++ b/www/fhttpd/files/fhttpd.sh
@@ -0,0 +1,2 @@
+#!/bin/sh
+[ -x /usr/local/sbin/fhttpd ] && /usr/local/sbin/fhttpd -c /usr/local/etc/fhttpd.conf -l /usr/local/share/fhttpd/fhttpd.log >/dev/null 2>&1 && echo -n " fhttpd"