update fan pwm
diff --git a/bin/Barreleye.py b/bin/Barreleye.py
index 8562187..5a6b457 100755
--- a/bin/Barreleye.py
+++ b/bin/Barreleye.py
@@ -26,7 +26,7 @@
 EXIT_STATE_DEPEND = {
 	'BASE_APPS' : {
 		'/org/openbmc/sensors': 0,
-		'/org/openbmc/sensors/speed/fan6': 0,
+		'/org/openbmc/sensors/speed/fan5': 0,
 	},
 	'BMC_STARTING' : {
 		'/org/openbmc/control/chassis0': 0,
@@ -68,7 +68,7 @@
 APPS = {
 	'startup_hacks' : {
 		'system_state'    : 'BASE_APPS',
-		'start_process'   : True,
+		'start_process'   : False,
 		'monitor_process' : False,
 		'process_name'    : 'startup_barreleye.sh',
 	},
@@ -162,8 +162,8 @@
 	},
 	'hwmon_barreleye' : {
 		'system_state'    : 'BASE_APPS',
-		'start_process'   : True,
-		'monitor_process' : True,
+		'start_process'   : False,
+		'monitor_process' : False,
 		'process_name'    : 'hwmons_barreleye.exe',
 	}
 }