Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 410 Bytes

sensord.conf

File metadata and controls

19 lines (15 loc) · 410 Bytes
 
Feb 7, 2011
Feb 7, 2011
1
2
3
4
5
6
7
8
9
10
11
12
description "Sensor Daemon"
# started by group-mce.conf
stop on core_shutdown
console output
respawn
respawn limit 3 300
script
. /etc/resource_limits.conf
PRODUCT=`sysinfo-tool -g /component/product`
Feb 25, 2011
Feb 25, 2011
13
CONFIG="/etc/sensorfw/sensord-rm_680.conf"
Feb 7, 2011
Feb 7, 2011
14
if [ "$PRODUCT" = "RM-696" ]; then
Feb 25, 2011
Feb 25, 2011
15
CONFIG="/etc/sensorfw/sensord-rm_696.conf"
Feb 7, 2011
Feb 7, 2011
16
fi
Jan 13, 2015
Jan 13, 2015
17
exec /usr/sbin/sensorfwd -c="$CONFIG"
Feb 7, 2011
Feb 7, 2011
18
end script