1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-07-03 09:22:01 +03:00
openwrt-packages/unrealircd/files/unrealircd.init
2013-08-02 16:48:39 +04:00

12 lines
129 B
Bash
Executable File

#!/bin/sh /etc/rc.common
START=65
start() {
service_start /usr/bin/unrealircd
}
stop() {
service_stop /usr/bin/unrealircd
}