From db7e83c95875fdc630a4014b323f9fbec205ba6c Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 12 Jul 2015 05:33:01 +0000 Subject: Added the example source. --- examples/source/httpd-4/dependencies | 2 ++ examples/source/httpd-4/logger | 1 + examples/source/httpd-4/notification-fd | 1 + examples/source/httpd-4/run | 8 ++++++++ examples/source/httpd-4/type | 1 + 5 files changed, 13 insertions(+) create mode 100644 examples/source/httpd-4/dependencies create mode 100644 examples/source/httpd-4/logger create mode 100644 examples/source/httpd-4/notification-fd create mode 100755 examples/source/httpd-4/run create mode 100644 examples/source/httpd-4/type (limited to 'examples/source/httpd-4') diff --git a/examples/source/httpd-4/dependencies b/examples/source/httpd-4/dependencies new file mode 100644 index 0000000..cd7cc57 --- /dev/null +++ b/examples/source/httpd-4/dependencies @@ -0,0 +1,2 @@ +init-lan +mount-rwfs diff --git a/examples/source/httpd-4/logger b/examples/source/httpd-4/logger new file mode 100644 index 0000000..9835bc1 --- /dev/null +++ b/examples/source/httpd-4/logger @@ -0,0 +1 @@ +httpd-4-log diff --git a/examples/source/httpd-4/notification-fd b/examples/source/httpd-4/notification-fd new file mode 100644 index 0000000..00750ed --- /dev/null +++ b/examples/source/httpd-4/notification-fd @@ -0,0 +1 @@ +3 diff --git a/examples/source/httpd-4/run b/examples/source/httpd-4/run new file mode 100755 index 0000000..a2e3612 --- /dev/null +++ b/examples/source/httpd-4/run @@ -0,0 +1,8 @@ +#!/command/execlineb -P +fdmove -c 2 1 +s6-envuidgid www +cd /home/www +import -ui ETH0_IP4 +fdmove 1 3 +s6-tcpserver4 -v 2 -U -c 512 -1 -- ${ETH0_IP4} 80 +httpd -iv diff --git a/examples/source/httpd-4/type b/examples/source/httpd-4/type new file mode 100644 index 0000000..5883cff --- /dev/null +++ b/examples/source/httpd-4/type @@ -0,0 +1 @@ +longrun -- cgit v1.3.1