START/STOP values must be specified in the init script
[packages.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 }