#!/bin/sh
#
# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you don't
# want to do the full Sys V style init stuff.
#dev service setup (nginx,lms, tomcat...) --add by bryant 2015-2-27
/usr/local/nginx/sbin/nginx
/home/bo/war_project/tomcat/bin/startup.sh
/home/ovp/war_project/tomcat/bin/startup.sh
/home/client/war_project/tomcat/bin/startup.sh
/home/ovp/jar_project/drm-router/drm-router.sh start
/home/ovp/jar_project/transCenter/startup.sh
/lms/bin//start-lms
View Code
补充: