a82bc376d1d4574fa0e217df7db374d48e8ad3ec
[openwrt/svn-archive/archive.git] / ipv6 / aiccu / files / aiccu.init
1 #!/bin/sh /etc/rc.common
2 # Copyright (C) 2006 OpenWrt.org
3 START=50
4
5 start() {
6 aiccu start
7 }
8
9 stop() {
10 aiccu stop
11 }