change aiccu section from net to ipv6, standardize
[openwrt/svn-archive/archive.git] / ipv6 / aiccu / files / aiccu.init
1 #!/bin/sh /etc/rc.common
2 # Copyright (C) 2006 OpenWrt.org
3
4 start() {
5 aiccu start
6 }
7
8 stop() {
9 aiccu stop
10 }