wshaper: start wshaper on ifup

This commit is contained in:
Stanislav German-Evtushenko
2015-03-12 00:38:14 +03:00
parent 58245f257f
commit b64c2dc399
2 changed files with 5 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
#!/bin/sh
[ "$ACTION" = ifup ] && /etc/init.d/wshaper enabled && /etc/init.d/wshaper start || exit 0