Commit includes ControlLoopPolicy API and bugfixes
[policy/engine.git] / packages / base / src / files / bin / policy.sh
index 0b061a4..a750094 100644 (file)
@@ -104,10 +104,6 @@ function policy_status() {
                component_status configs
        fi
        
-       if check_x_file "${POLICY_HOME}/etc/init.d/pypdp"; then
-               component_status pypdp
-       fi
-       
        if check_x_file "${POLICY_HOME}/etc/init.d/console"; then
                component_status console
        fi
@@ -147,10 +143,6 @@ function policy_start() {
                component_start configs
        fi
        
-       if check_x_file "${POLICY_HOME}/etc/init.d/pypdp"; then
-               component_start pypdp
-       fi
-       
        if check_x_file "${POLICY_HOME}/etc/init.d/console"; then
                component_start console
        fi
@@ -195,10 +187,6 @@ function policy_stop() {
        if check_x_file "${POLICY_HOME}/etc/init.d/console"; then
                component_stop console
        fi
-               
-       if check_x_file "${POLICY_HOME}/etc/init.d/pypdp"; then
-               component_stop pypdp
-       fi
        
        if check_x_file "${POLICY_HOME}/etc/init.d/configs"; then
                component_stop configs