diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-10-24 14:35:44 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-10-24 14:35:44 +0000 |
commit | 1e281512e672fe832317a57cb05df0c965db6d13 (patch) | |
tree | 19cdcf9aa0aee03a015feec6fee068512b97ee8e /examples/s6-rc/httpd-4 | |
parent | bf90fbf8686fe7e0ea9b86fd13457e860a8ab89d (diff) | |
download | tipidee-1e281512e672fe832317a57cb05df0c965db6d13.tar.xz |
Fix examples
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'examples/s6-rc/httpd-4')
-rwxr-xr-x | examples/s6-rc/httpd-4/run | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/s6-rc/httpd-4/run b/examples/s6-rc/httpd-4/run index 190392f..740cd5f 100755 --- a/examples/s6-rc/httpd-4/run +++ b/examples/s6-rc/httpd-4/run @@ -5,6 +5,5 @@ backtick -E ip { pipeline { s6-dnsip4 example.com } head -n 1 } s6-envuidgid www cd /home/www fdmove 1 3 -s6-tcpserver4 -v2 -1 -U -c 512 -- $ip 80 -s6-tcpserver-access -lexample.com -- -tipideed -v2 -- +s6-tcpserver -v2 -1 -U -c 512 -- $ip 80 +tipideed |