add startup script for bringup dumping ground
diff --git a/bin/Barreleye.py b/bin/Barreleye.py
index e4c4b8a..5b5a8df 100755
--- a/bin/Barreleye.py
+++ b/bin/Barreleye.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,
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,