rename <fso> to <fso-frameworkd> because there are more fso-projects going on and...
[openwrt/svn-archive/feeds.git] / phone / fso-frameworkd / 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 }