From 9fc3cfbc852cee3587e4011c805067d9c182f886 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Tue, 11 Feb 2020 11:30:54 -0500 Subject: [docker] remove flags from vpnweb, instead use the environment variables --- chaperone.d/vpnweb.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chaperone.d/vpnweb.conf b/chaperone.d/vpnweb.conf index 7b7bd4a..a4cc02a 100644 --- a/chaperone.d/vpnweb.conf +++ b/chaperone.d/vpnweb.conf @@ -1,4 +1,4 @@ vpnweb-server.service: { - command: "/bin/sh -c 'exec /usr/local/bin/vpnweb -caCrt ${CLIENT_CA.CRT:-/etc/leap/ca/client_ca.crt} -caKey ${CLIENT_CA.KEY:-/etc/leap/ca/client_ca.key} }'", + command: "/bin/sh -c 'exec /usr/local/bin/vpnweb'", exit_kills: false } -- cgit v1.2.3