* luci/statistics: implement reload action in init script

This commit is contained in:
Jo-Philipp Wich 2008-06-08 21:59:51 +00:00
parent de2e0ce10c
commit cb3ed9f226

View file

@ -18,3 +18,11 @@ start() {
ln -s ${imagepath:-/tmp/rrdimg}/ /www/rrdimg
fi
}
restart() {
### regenerate config / prepare environment
start()
### restart collectd
/etc/init.d/collectd restart
}