摘要:
启停脚本(redis-5.0.5) 一、编辑脚本 vim /u01/redis/redisServer.sh #!/bin/sh # # Simple Redis init.d script conceived to work on Linux systems # as it does use of 阅读全文
posted @ 2021-08-23 12:31 三年三班王小朋 阅读(380) 评论(0) 推荐(0)
|
||
|
摘要:
启停脚本(redis-5.0.5) 一、编辑脚本 vim /u01/redis/redisServer.sh #!/bin/sh # # Simple Redis init.d script conceived to work on Linux systems # as it does use of 阅读全文
posted @ 2021-08-23 12:31 三年三班王小朋 阅读(380) 评论(0) 推荐(0)
摘要:
启停脚本(nginx-1.19.5) 一、编辑脚本 vi /u01/nginx/nginxServer.sh #!/bin/bash # chkconfig: 2345 85 15 # description:Nginx Server # auther by wangxp # 变量定义 NGINX_ 阅读全文
posted @ 2021-08-23 11:04 三年三班王小朋 阅读(240) 评论(0) 推荐(0) |
||