1*4882a593Smuzhiyun[Unit] 2*4882a593SmuzhiyunDescription=The NGINX HTTP and reverse proxy server 3*4882a593SmuzhiyunAfter=syslog.target network.target remote-fs.target nss-lookup.target 4*4882a593Smuzhiyun 5*4882a593Smuzhiyun[Service] 6*4882a593SmuzhiyunType=forking 7*4882a593SmuzhiyunPIDFile=/run/nginx/nginx.pid 8*4882a593SmuzhiyunExecStartPre=@SBINDIR@/nginx -t 9*4882a593SmuzhiyunExecStart=@SBINDIR@/nginx 10*4882a593SmuzhiyunExecReload=@SBINDIR@/nginx -s reload 11*4882a593SmuzhiyunExecStop=@BASE_BINDIR@/kill -s QUIT $MAINPID 12*4882a593SmuzhiyunPrivateTmp=true 13*4882a593Smuzhiyun 14*4882a593Smuzhiyun[Install] 15*4882a593SmuzhiyunWantedBy=multi-user.target 16