commit | 7f33e605068bcd4a023eeaec020857b0efcbb504 | [log] [tgz] |
---|---|---|
author | Andy Bavier <acb@cs.princeton.edu> | Fri Mar 04 10:40:26 2016 -0500 |
committer | Andy Bavier <acb@cs.princeton.edu> | Fri Mar 04 10:40:26 2016 -0500 |
tree | 0e3c0aa802052d43b14acb127124b8b5f0a6a526 | |
parent | 3c9e21581ed34f1a7a51a21da3861c9ca6210e3c [diff] |
Start bwlimit initially
diff --git a/xos/synchronizers/vcpe/files/etc/rc.local b/xos/synchronizers/vcpe/files/etc/rc.local index 24c8f8d..2c7588f 100755 --- a/xos/synchronizers/vcpe/files/etc/rc.local +++ b/xos/synchronizers/vcpe/files/etc/rc.local
@@ -17,6 +17,7 @@ ufw route allow in on eth1 out on eth0 ufw route allow in on eth1 out on eth2 -# service dnsmasq start +BWLIMIT=/usr/local/sbin/bwlimit.sh +[ -e $BWLIMIT ] && $BWLIMIT start || true exit 0