summaryrefslogtreecommitdiff
path: root/templates/show/vpn/ipsec/status/node.def.in
blob: 838a133a7df6a3a984b0d002a136ebd60b00847e (plain)
1
2
3
4
5
6
help: Show status of IPsec process
run: if pgrep charon >&/dev/null; then
        @SUDOUSRDIR@/vyatta-show-ipsec-status.pl
     else
        echo -e "IPSec Process NOT Running\n"
     fi