PL_ARGS="$PL_ARGS --action start_all";
fi;
- echo "opensrf-perl.pl $PL_ARGS";
opensrf-perl.pl $PL_ARGS;
#Dummy pid file, removed when a proper shutdown happens.
PL_ARGS="$PL_ARGS --action stop_all";
fi;
- echo "opensrf-perl.pl $PL_ARGS";
opensrf-perl.pl $PL_ARGS;
# remove the dummy PID file
C_ARGS="$C_ARGS -a start_all";
fi;
- echo "opensrf-c $C_ARGS";
opensrf-c $C_ARGS;
#Dummy pid file, removed when a proper shutdown happens.
C_ARGS="$C_ARGS -a stop_all";
fi;
- echo "opensrf-c $C_ARGS";
opensrf-c $C_ARGS;
[ -e $PID_OSRF_C ] && rm $PID_OSRF_C;