diff options
author | Alex Harpin <development@landsofshadow.co.uk> | 2015-02-08 14:37:23 +0000 |
---|---|---|
committer | Alex Harpin <development@landsofshadow.co.uk> | 2015-02-08 14:37:23 +0000 |
commit | 39d7e1135044fbeaffa1c16b6117eba1d9b75a61 (patch) | |
tree | d3a93b68dbcd2e537c566893ff7e1915b5c0f1c5 /scripts/vyatta-wanloadbalance.pl | |
parent | 7363488860d3d597c83bc26c43bc0961f4429863 (diff) | |
download | vyatta-wanloadbalance-39d7e1135044fbeaffa1c16b6117eba1d9b75a61.tar.gz vyatta-wanloadbalance-39d7e1135044fbeaffa1c16b6117eba1d9b75a61.zip |
vyatta-wanloadbalance: ensure the load balancing daemon is started
Ensure the load balancing daemon starts correctly when the configuration
changes are committed.
Bug #441 http://bugzilla.vyos.net/show_bug.cgi?id=441
Diffstat (limited to 'scripts/vyatta-wanloadbalance.pl')
-rw-r--r-- | scripts/vyatta-wanloadbalance.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vyatta-wanloadbalance.pl b/scripts/vyatta-wanloadbalance.pl index 7b26092..9603c48 100644 --- a/scripts/vyatta-wanloadbalance.pl +++ b/scripts/vyatta-wanloadbalance.pl @@ -350,6 +350,6 @@ copy($conf_lck_file,$conf_file); unlink($conf_lck_file); #finally kick the process -system "/opt/vyatta/sbin/vyatta-wanloadbalance.init restart $conf_file 2>/dev/null"; +system("/opt/vyatta/sbin/vyatta-wanloadbalance.init restart $conf_file 2>/dev/null"); exit 0; |