diff options
| author | slioch <slioch@eng-140.vyatta.com> | 2009-06-02 10:22:36 -0700 |
|---|---|---|
| committer | slioch <slioch@eng-140.vyatta.com> | 2009-06-02 16:09:25 -0700 |
| commit | e3d168147b3b36d4bc026170336bb4455ed6c75e (patch) | |
| tree | 24f9456fee0fcf2324bb7730f2d92f7c157edf58 /scripts | |
| parent | 16d937141226777cf030d02e87a96b7e4c9c8edb (diff) | |
| download | vyatta-wanloadbalance-e3d168147b3b36d4bc026170336bb4455ed6c75e.tar.gz vyatta-wanloadbalance-e3d168147b3b36d4bc026170336bb4455ed6c75e.zip | |
fix for bug 4352.
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/vyatta-wanloadbalance.init | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/vyatta-wanloadbalance.init b/scripts/vyatta-wanloadbalance.init index 906fd18..3e0c1e8 100755 --- a/scripts/vyatta-wanloadbalance.init +++ b/scripts/vyatta-wanloadbalance.init @@ -10,14 +10,12 @@ test -x $bb || exit 0 start () { -echo 'astart'; # /opt/vyatta/sbin/wan_lb -f /var/load-balance/wlb.conf -d -i $pid 1>/dev/null start-stop-daemon --background --start --quiet --oknodo --exec /opt/vyatta/sbin/wan_lb -- -f /var/load-balance/wlb.conf -d -i $pid } stop () { -echo 'stop'; if [ -f $pid ] then kill -s SIGTERM $( cat $pid ) @@ -32,4 +30,4 @@ case "$action" in *) echo "Usage: $progname {start|stop|restart}" exit 1 esac -echo 0 + |
