9f77e19d8579d80a042ceb7fce6ad0f3c38fd7db
[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 }