diff options
author | John Southworth <john.southworth@vyatta.com> | 2012-05-15 13:54:29 -0700 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2012-05-15 13:54:29 -0700 |
commit | 92fa024780d44db1d831b780fdf9dfee803b16e9 (patch) | |
tree | 238dc7d731f41c80df8733aed13b1626193c2178 /templates/restart | |
parent | 0209d92efd0bc6f4224487b4f74b8242ca571953 (diff) | |
download | vyatta-op-92fa024780d44db1d831b780fdf9dfee803b16e9.tar.gz vyatta-op-92fa024780d44db1d831b780fdf9dfee803b16e9.zip |
Move VRRP to its own package
Diffstat (limited to 'templates/restart')
-rw-r--r-- | templates/restart/vrrp/node.def | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/templates/restart/vrrp/node.def b/templates/restart/vrrp/node.def deleted file mode 100644 index fd73225..0000000 --- a/templates/restart/vrrp/node.def +++ /dev/null @@ -1,6 +0,0 @@ -help: Restart VRRP -run: if [ -e /etc/keepalived/keepalived.conf ] && [ -n "`grep vyatta /etc/keepalived/keepalived.conf `" ] ; then - sudo /opt/vyatta/bin/sudo-users/vyatta-clear-vrrp.pl --vrrp-action clear_process - else - echo VRRP not configured - fi |