摘要: #!/bin/sh # # redis Startup script for Redis Server # # chkconfig: - 80 12 # description: Redis is an open source, advanced key-value store. # # processname: redis-server # config: /etc/redis.... 阅读全文
posted @ 2017-02-13 23:58 hapday 阅读(210) 评论(0) 推荐(0) 编辑
摘要: # hapday start 2016-02-04 #!/bin/bash # description: Tomcat Start Stop Restart # processname: tomcat # chkconfig: 234 20 80 JAVA_HOME=/usr/local/jdk/jdk1.8.0_71 export JAVA_... 阅读全文
posted @ 2017-02-13 23:56 hapday 阅读(215) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bash # chkconfig: - 85 15 # description: Tomcat Server basic start/shutdown script # processname: tomcat JAVA_HOME=/usr/local/jdk/jdk1.8.0_65 export JAVA_HOME TOMCAT_HOME=/usr/local/tomcat/... 阅读全文
posted @ 2017-02-13 23:55 hapday 阅读(225) 评论(0) 推荐(0) 编辑
摘要: ... 阅读全文
posted @ 2017-02-13 23:49 hapday 阅读(374) 评论(0) 推荐(0) 编辑