]> git.pld-linux.org Git - packages/nginx.git/blob - nginx.service
Up to 1.26.0
[packages/nginx.git] / nginx.service
1 [Unit]
2 Description=Nginx Web Server (standard version)
3 After=syslog.target network.target remote-fs.target nss-lookup.target
4
5 [Service]
6 Type=forking
7 PIDFile=/var/run/nginx.pid
8 ExecStartPre=/usr/sbin/nginx -c /etc/nginx/nginx.conf -t
9 ExecStart=/usr/sbin/nginx -c /etc/nginx/nginx.conf
10 ExecReload=/usr/sbin/nginx -c /etc/nginx/nginx.conf -s reload
11 ExecStop=/usr/sbin/nginx -c /etc/nginx/nginx.conf -s stop
12
13 [Install]
14 WantedBy=multi-user.target
This page took 0.027277 seconds and 3 git commands to generate.