properties are writeable again
diff --git a/bin/Barreleye.py b/bin/Barreleye.py
index d0f5759..306f293 100755
--- a/bin/Barreleye.py
+++ b/bin/Barreleye.py
@@ -106,7 +106,8 @@
 		'system_state'    : 'BMC_STARTING',
 		'start_process'   : True,
 		'monitor_process' : True,
-		'process_name'    : 'sensor_manager2.py',
+		'process_name'    : 'hwmon.py',
+		'args'            : [ SYSTEM_NAME ]
 	},
 	'sensor_manager' : {
 		'system_state'    : 'BASE_APPS',