1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-07-05 17:09:28 +03:00
openwrt-packages/unrealircd/files/unrealircd.init

12 lines
129 B
Plaintext
Raw Normal View History

2013-08-01 15:18:09 +03:00
#!/bin/sh /etc/rc.common
START=65
start() {
2013-08-02 15:48:39 +03:00
service_start /usr/bin/unrealircd
2013-08-01 15:18:09 +03:00
}
stop() {
service_stop /usr/bin/unrealircd
}