3d42a5ac1ea8e0fbc67ce06347cafd4bab383bc0
[openwrt/svn-archive/feeds.git] / phone / gsm0710muxd / files / gsm0710muxd.init
1 #!/bin/sh /etc/rc.common
2 # Copyright (C) 2008 OpenWrt.org
3 START=70
4
5 start() {
6 /usr/sbin/gsm0710muxd -d
7 }
8
9 stop() {
10 killall gsm0710muxd
11 }