1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-03-21 21:47:11 +02:00

Merge pull request #251 from bluecmd/patch-2

Remove superfluous quotes from config path
This commit is contained in:
Jehiah Czebotar 2016-06-20 08:20:13 -04:00 committed by GitHub
commit f6778c79f8

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