摘要: 1 #!/bin/bash 2 3 # Apache Tomcat daemon 4 # 5 # chkconfig: 345 10 10 6 # description: Apache Tomcat daemon 7 # 8 # processname: tomcat 9 10 #define variables 11 tom="/usr/local/tomcat" 12 startup_bin="bin/startup.sh" 13 shutdown_bin="bin/shutdown.sh" 14 usage="{1| 阅读全文
posted @ 2014-01-15 15:23 douglas 阅读(145) 评论(0) 推荐(0) 编辑