1.Add power button 2.Workaround for NCT7904 driver
diff --git a/bin/Barreleye.py b/bin/Barreleye.py
index 119fa15..45c8d68 100755
--- a/bin/Barreleye.py
+++ b/bin/Barreleye.py
@@ -113,8 +113,8 @@
 	},
 	'power_button' : {
 		'system_state'    : 'BMC_STARTING',
-		'start_process'   : False,
-		'monitor_process' : False,
+		'start_process'   : True,
+		'monitor_process' : True,
 		'process_name'    : 'button_power.exe',
 	},
 	'led_control' : {