sensor-framework - add support for systemd
[platform/core/system/sensor-framework.git] / sfsvc
1 #!/bin/sh
2
3 echo "[rc3.d] sf-svc RC3 script"
4         
5 if [ -x /usr/bin/sf_server ]; then
6         /usr/bin/sf_server -s /usr/etc/sf_sensor.conf -f /usr/etc/sf_filter.conf -p /usr/etc/sf_processor.conf -d /usr/etc/sf_data_stream.conf & 
7 fi
8
9 if [ -f /opt/etc/.hib_capturing ]; then
10 #add waitting for widget-screen, request from booting-TF (for Normal Boot) )
11         echo "Fast boot"
12         else
13         echo "waitting for widget-screen about 17s"
14 fi
15