properties are writeable again
diff --git a/bin/Palmetto.py b/bin/Palmetto.py
index b2eddb6..3c7d9bd 100755
--- a/bin/Palmetto.py
+++ b/bin/Palmetto.py
@@ -89,7 +89,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',