- updated to latest git snapshot
[openwrt/svn-archive/archive.git] / phone / fso / files / frameworkd.init
1 #!/bin/sh /etc/rc.common
2 # Copyright (C) 2008 OpenWrt.org
3 START=80
4
5 start() {
6 /usr/bin/frameworkd &
7 }
8
9 stop() {
10 killall frameworkd
11 }