diff options
Diffstat (limited to 'busybox/httpd.run')
| -rwxr-xr-x | busybox/httpd.run | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/busybox/httpd.run b/busybox/httpd.run new file mode 100755 index 00000000..1a2bb998 --- /dev/null +++ b/busybox/httpd.run @@ -0,0 +1,2 @@ +#!/bin/sh +exec httpd -f 2>&1 |