1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-10-04 18:13:15 +03:00
openwrt-packages/unrealircd/files/unrealircd.init
2013-08-01 16:18:09 +04:00

12 lines
155 B
Bash

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