removed property manager
diff --git a/bin/Barreleye.py b/bin/Barreleye.py
index d42dedb..b894fe4 100755
--- a/bin/Barreleye.py
+++ b/bin/Barreleye.py
@@ -25,7 +25,7 @@
EXIT_STATE_DEPEND = {
'BASE_APPS' : {
- '/org/openbmc/managers/Property': 0,
+ '/org/openbmc/sensors': 0,
},
'BMC_STARTING' : {
'/org/openbmc/control/chassis0': 0,
@@ -62,8 +62,8 @@
APPS = {
'property_manager' : {
'system_state' : 'BASE_APPS',
- 'start_process' : True,
- 'monitor_process' : True,
+ 'start_process' : False,
+ 'monitor_process' : False,
'process_name' : 'property_manager.py',
'args' : [ SYSTEM_NAME ]
},
@@ -93,7 +93,7 @@
'process_name' : 'sensors_virtual_p8.py',
},
'sensor_manager' : {
- 'system_state' : 'BMC_STARTING',
+ 'system_state' : 'BASE_APPS',
'start_process' : True,
'monitor_process' : True,
'process_name' : 'sensor_manager.py',
diff --git a/bin/Palmetto.py b/bin/Palmetto.py
index c1b9238..3c223e9 100755
--- a/bin/Palmetto.py
+++ b/bin/Palmetto.py
@@ -25,7 +25,7 @@
EXIT_STATE_DEPEND = {
'BASE_APPS' : {
- '/org/openbmc/managers/Property': 0,
+ '/org/openbmc/sensors': 0,
},
'BMC_STARTING' : {
'/org/openbmc/control/chassis0': 0,
@@ -62,8 +62,8 @@
APPS = {
'property_manager' : {
'system_state' : 'BASE_APPS',
- 'start_process' : True,
- 'monitor_process' : True,
+ 'start_process' : False,
+ 'monitor_process' : False,
'process_name' : 'property_manager.py',
'args' : [ SYSTEM_NAME ]
},
@@ -93,7 +93,7 @@
'process_name' : 'sensors_virtual_p8.py',
},
'sensor_manager' : {
- 'system_state' : 'BMC_STARTING',
+ 'system_state' : 'BASE_APPS',
'start_process' : True,
'monitor_process' : True,
'process_name' : 'sensor_manager.py',