Nginx 控制 启动 脚本

时间:2015-07-02 03:16:36
【文件属性】:

文件名称:Nginx 控制 启动 脚本

文件大小:3KB

文件格式:

更新时间:2015-07-02 03:16:36

Nginx 控制 启动 脚本 service

#!/bin/sh # # nginx Startup script for nginx # # chkconfig: - 85 15 # processname: nginx # config: /etc/nginx/nginx.conf # config: /etc/sysconfig/nginx # pidfile: /var/run/nginx.pid # description: nginx is a HTTP and reverse proxy server # ### BEGIN INIT INFO # Provides: nginx # Required-Start: $local_fs $remote_fs $network # Required-Stop: $local_fs $remote_fs $network # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: start and stop nginx ### END INIT INFO # Source function library.


网友评论