summaryrefslogtreecommitdiff
path: root/examples/s6/httpd-4/run
diff options
context:
space:
mode:
Diffstat (limited to 'examples/s6/httpd-4/run')
-rwxr-xr-xexamples/s6/httpd-4/run2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/s6/httpd-4/run b/examples/s6/httpd-4/run
index 740cd5f..5936c6a 100755
--- a/examples/s6/httpd-4/run
+++ b/examples/s6/httpd-4/run
@@ -5,5 +5,5 @@ backtick -E ip { pipeline { s6-dnsip4 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