added BootmanSequenceRecord to allow bootman sequence to be modified at
[monitor.git] / monitor-server.init
index 265a803..8c26416 100644 (file)
@@ -44,6 +44,7 @@ function check_monitor_schema_and_data()
 {
        # NOTE: call create_all() to setup the database from the info model.
        python -c "from monitor.database.info.model import *; from elixir import create_all; create_all()"
+       $MONITORPATH/init-bootman-sequence.py
 }
 
 function check_monitor_conf ()