#!/bin/bash ### BEGIN INIT INFO # Provides: bgbilling # Required-Start: mysql activemq # Required-Stop: mysql activemq # Default-Start: 2 # Default-Stop: 0 6 # Description: Start BGBilling ### END INIT INFO cat bgcommonrc #!/bin/bash ### BEGIN INIT INFO # Provides: bgcommonrc # Required-Start: # Required-Stop: # Default-Start: 2 # Default-Stop: 0 6 # Description: Start bgcommonrc ### END INIT INFO cat bgdataloader #!/bin/bash ### BEGIN INIT INFO # Provides: bgdataloader # Required-Start: bgbilling # Required-Stop: bgbilling # Default-Start: 2 # Default-Stop: 0 6 # Description: Start bgdataloader ### END INIT INFO cat bgscheduler #!/bin/bash ### BEGIN INIT INFO # Provides: bgscheduler # Required-Start: bgbilling # Required-Stop: bgbilling # Default-Start: 2 # Default-Stop: 0 6 # Description: Start bgscheduler ### END INIT INFO ### BEGIN INIT INFO # Provides: ActiveMQ # Required-Start: # Required-Stop: # Default-Start: 2 # Default-Stop: 0 6 # Description: Start ActiveMQ ### END INIT INFO