diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-09-01 22:54:29 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-09-01 22:54:29 +0000 |
commit | 8bbf59dcc6bd33a2353d56da5390c3c869c57c3a (patch) | |
tree | deaae3978a17e3365d7751abf0d65bc3552cb34c /modules/admin-full/root/etc | |
parent | 37df666e0a3e566d0c15f65d497c5be32e6d4d6d (diff) |
modules/admin-full: rework realtime stats to start luci-bwc on demand, kill daemon after ten seconds of inactivity
Diffstat (limited to 'modules/admin-full/root/etc')
-rwxr-xr-x | modules/admin-full/root/etc/init.d/luci_bwc | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/modules/admin-full/root/etc/init.d/luci_bwc b/modules/admin-full/root/etc/init.d/luci_bwc deleted file mode 100755 index fe246073f0..0000000000 --- a/modules/admin-full/root/etc/init.d/luci_bwc +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh /etc/rc.common - -START=95 -STOP=95 - -BWC=/usr/bin/luci-bwc - -start() { - $BWC -d -} - -stop() { - killall ${BWC##*/} -} |