e32b615090a839491ab50cc8a1e59c5e8e367d12
[10.03/packages.git] / utils / anyremote / files / anyremote.init
1 #!/bin/sh /etc/rc.common
2 # Copyright (C) 2008 OpenWrt.org
3 START=95
4
5 start() {
6     /usr/sbin/anyremote -f /etc/anyremote.cfg > /dev/null &
7 }
8     
9 stop() {
10     killall anyremote
11 }
12         
13