Use double dashes in service example (#678)
This commit is contained in:
parent
19b5606126
commit
18716142b4
|
|
@ -12,7 +12,7 @@ After=syslog.target network.target
|
||||||
User=www-data
|
User=www-data
|
||||||
Group=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
|
ExecReload=/bin/kill -HUP $MAINPID
|
||||||
|
|
||||||
KillMode=process
|
KillMode=process
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue