summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-wshaper/root/etc/uci-defaults
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-wshaper/root/etc/uci-defaults')
-rw-r--r--applications/luci-wshaper/root/etc/uci-defaults/luci-wshaper11
1 files changed, 11 insertions, 0 deletions
diff --git a/applications/luci-wshaper/root/etc/uci-defaults/luci-wshaper b/applications/luci-wshaper/root/etc/uci-defaults/luci-wshaper
new file mode 100644
index 0000000000..9e4eb15f07
--- /dev/null
+++ b/applications/luci-wshaper/root/etc/uci-defaults/luci-wshaper
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+uci -q batch <<-EOF >/dev/null
+ delete ucitrack.@wshaper[-1]
+ add ucitrack wshaper=wshaper
+ set ucitrack.wshaper.exec='/etc/init.d/wshaper start'
+ commit ucitrack
+EOF
+
+rm -f /tmp/luci-indexcache
+exit 0