diff options
Diffstat (limited to 'examples/s6-rc/httpd-6/run')
-rwxr-xr-x | examples/s6-rc/httpd-6/run | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/s6-rc/httpd-6/run b/examples/s6-rc/httpd-6/run index ae4dbba..6be027b 100755 --- a/examples/s6-rc/httpd-6/run +++ b/examples/s6-rc/httpd-6/run @@ -5,6 +5,5 @@ backtick -E ip { pipeline { s6-dnsip6 example.com } head -n 1 } s6-envuidgid www cd /home/www fdmove 1 3 -s6-tcpserver6 -v2 -1 -U -c 512 -- $ip 80 -s6-tcpserver-access -lexample.com -- -tipideed -v2 -- +s6-tcpserver -v2 -1 -U -c 512 -- $ip 80 +tipideed |