summaryrefslogtreecommitdiff
path: root/examples/s6-rc/httpd-6/run
diff options
context:
space:
mode:
Diffstat (limited to 'examples/s6-rc/httpd-6/run')
-rwxr-xr-xexamples/s6-rc/httpd-6/run2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/s6-rc/httpd-6/run b/examples/s6-rc/httpd-6/run
index 6be027b..959c3b4 100755
--- a/examples/s6-rc/httpd-6/run
+++ b/examples/s6-rc/httpd-6/run
@@ -5,5 +5,5 @@ backtick -E ip { pipeline { s6-dnsip6 example.com } head -n 1 }
s6-envuidgid www
cd /home/www
fdmove 1 3
-s6-tcpserver -v2 -1 -U -c 512 -- $ip 80
+s6-tcpserver -1 -U -c 512 -- $ip 80
tipideed