1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-09-12 20:42:27 +03:00
openwrt-packages/fn-handle/files/fn-handle.init

12 lines
122 B
Plaintext
Raw Normal View History

#!/bin/sh /etc/rc.common
# Copyright (C) 2008 OpenWrt.org
START=40
start() {
fn-handle
}
stop() {
killall fn-handle
}