summaryrefslogtreecommitdiff
path: root/templates/show/vpn/ipsec/status/node.def
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show/vpn/ipsec/status/node.def')
-rw-r--r--templates/show/vpn/ipsec/status/node.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show/vpn/ipsec/status/node.def b/templates/show/vpn/ipsec/status/node.def
index bf4ebf7..3c48c60 100644
--- a/templates/show/vpn/ipsec/status/node.def
+++ b/templates/show/vpn/ipsec/status/node.def
@@ -1,5 +1,5 @@
help: Show status of IPsec process
-run: if pgrep pluto >&/dev/null; then
+run: if pgrep charon >&/dev/null; then
/opt/vyatta/bin/sudo-users/vyatta-show-ipsec-status.pl
else
echo -e "IPSec Process NOT Running\n"