packages/ipv6/aiccu/files/aiccu.init

12 lines
118 B
Plaintext
Raw Normal View History

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