packages/ipv6/aiccu/files/aiccu.init
nico e5970d7669 change aiccu section from net to ipv6, standardize
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5241 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-19 18:33:55 +00:00

11 lines
109 B
Bash

#!/bin/sh /etc/rc.common
# Copyright (C) 2006 OpenWrt.org
start() {
aiccu start
}
stop() {
aiccu stop
}