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