mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-17 03:54:03 +02:00
12 lines
129 B
Bash
Executable File
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
|
|
}
|