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.
This commit is contained in:
Christian Svensson 2016-05-15 23:22:39 +02:00
parent 62c80df1a5
commit d579db4a2d
1 changed files with 1 additions and 1 deletions

View File

@ -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