From d1a0019bb4c674a1ae6bc1d6d628ab039984d06a Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 23 Jan 2016 13:46:57 -0500 Subject: derp derp --- httpconnectd.sh | 2 +- httpconnectd@.service.in | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/httpconnectd.sh b/httpconnectd.sh index 6240e02..24edb68 100644 --- a/httpconnectd.sh +++ b/httpconnectd.sh @@ -10,7 +10,7 @@ server='httpconnectd' MethodNotAllowed() { - printf '%\r\n' \ + printf '%s\r\n' \ 'HTTP/1.1 405 Method Not Allowed' \ "Server: $server" \ "Date: $(date -R)" \ diff --git a/httpconnectd@.service.in b/httpconnectd@.service.in index 8934abf..a057c27 100644 --- a/httpconnectd@.service.in +++ b/httpconnectd@.service.in @@ -5,9 +5,9 @@ Description=An HTTP CONNECT connection After=network.target [Service] -ExecStart=-@bindir@/httpconnectserver +ExecStart=@bindir@/httpconnectd StandardInput=socket -StandardOutput=inherit +StandardOutput=socket StandardError=journal User=nobody Group=nobody -- cgit v1.1-4-g5e80