source: trunk/lvs/debian/config/etc/ha.d/ldirectord-finger.sh @ 1263

Last change on this file since 1263 was 1203, checked in by quentin, 15 years ago
Apparently, ipvsadm, sed, and awk need more than 1 meg to run :(
  • Property svn:executable set to *
File size: 93 bytes
Line 
1#!/bin/bash
2
3ulimit -v 10240
4
5read line
6line=${line%[:blank:]}
7line=${line%
8}
9
10/sbin/ipvsadm
Note: See TracBrowser for help on using the repository browser.