diff options
Diffstat (limited to 'templates/restart/vpn/node.def.in')
-rw-r--r-- | templates/restart/vpn/node.def.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/restart/vpn/node.def.in b/templates/restart/vpn/node.def.in index 3e3566a..4366d19 100644 --- a/templates/restart/vpn/node.def.in +++ b/templates/restart/vpn/node.def.in @@ -1,7 +1,7 @@ help: Restart IPsec VPN run: if [ -n "$(cli-shell-api returnActiveValues \ vpn ipsec ipsec-interfaces interface)" ]; then - if pgrep pluto > /dev/null + if pgrep charon > /dev/null then @SUDOUSRDIR@/vyatta-vpn-op.pl --op=clear-vpn-ipsec-process else |