commit | b728e65f5f20d974c3af085db2498fcf3da8ca38 | [log] [tgz] |
---|---|---|
author | Norman James <njames@us.ibm.com> | Sun Nov 01 07:38:46 2015 -0600 |
committer | Norman James <njames@us.ibm.com> | Sun Nov 01 07:38:46 2015 -0600 |
tree | 45de9abf4c9553b0497ef06263845fb0db16b32b | |
parent | bfa561eb100e4cfe035fa8c90c52d43441f8a0e6 [diff] [blame] |
add startup script for bringup dumping ground
diff --git a/bin/Palmetto.py b/bin/Palmetto.py index bef25c5..cbc9231 100755 --- a/bin/Palmetto.py +++ b/bin/Palmetto.py
@@ -60,6 +60,12 @@ } APPS = { + 'startup_hacks' : { + 'system_state' : 'BASE_APPS', + 'start_process' : True, + 'monitor_process' : False, + 'process_name' : 'startup_hacks.sh', + }, 'bmc_init' : { 'system_state' : 'BMC_INIT', 'start_process' : True,