摘要: #!/bin/bash# chkconfig:- 99 2# description:Nginx server controlPROG="/usr/local/nginx/sbin/nginx"PIDF="/usr/local/nginx/logs/nginx.pid"case "$1" in st 阅读全文
posted @ 2021-10-22 12:04 Niexj00 阅读(318) 评论(0) 推荐(0)