From d579db4a2d2a3693173c3b80a74689b312d65356 Mon Sep 17 00:00:00 2001 From: Christian Svensson Date: Sun, 15 May 2016 23:22:39 +0200 Subject: [PATCH] Remove superfluous quotes from config path Using -config="path" will make the application try to open paths with the quotes included which is not what is expected. --- contrib/oauth2_proxy.service.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/oauth2_proxy.service.example b/contrib/oauth2_proxy.service.example index 0628fa7..a5bf1f0 100644 --- a/contrib/oauth2_proxy.service.example +++ b/contrib/oauth2_proxy.service.example @@ -12,7 +12,7 @@ After=syslog.target network.target User=www-data Group=www-data -ExecStart=/usr/local/bin/oauth2_proxy -config="/etc/oauth2_proxy.cfg" +ExecStart=/usr/local/bin/oauth2_proxy -config=/etc/oauth2_proxy.cfg ExecReload=/bin/kill -HUP $MAINPID KillMode=process