diff options
Diffstat (limited to 'templates/monitor/vpn/pptp/background')
-rw-r--r-- | templates/monitor/vpn/pptp/background/node.def | 1 | ||||
-rw-r--r-- | templates/monitor/vpn/pptp/background/start/node.def | 2 | ||||
-rw-r--r-- | templates/monitor/vpn/pptp/background/stop/node.def | 2 |
3 files changed, 0 insertions, 5 deletions
diff --git a/templates/monitor/vpn/pptp/background/node.def b/templates/monitor/vpn/pptp/background/node.def deleted file mode 100644 index 1eafbed..0000000 --- a/templates/monitor/vpn/pptp/background/node.def +++ /dev/null @@ -1 +0,0 @@ -help: Monitor PPTP in the background diff --git a/templates/monitor/vpn/pptp/background/start/node.def b/templates/monitor/vpn/pptp/background/start/node.def deleted file mode 100644 index 7659282..0000000 --- a/templates/monitor/vpn/pptp/background/start/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Start background monitoring for PPTP VPN -run: ${vyatta_bindir}/vyatta-monitor-background "VPN-PPTP" pptp ppp diff --git a/templates/monitor/vpn/pptp/background/stop/node.def b/templates/monitor/vpn/pptp/background/stop/node.def deleted file mode 100644 index d1879e4..0000000 --- a/templates/monitor/vpn/pptp/background/stop/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Stop background monitoring for PPTP VPN -run: ${vyatta_bindir}/vyatta-monitor-background-stop "VPN-PPTP" pptp ppp |