packages/ipv6/aiccu/files/aiccu.init

11 lines
109 B
Plaintext
Raw Normal View History

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