Revert "Minor change to systemd service file"
This reverts commit 516ea18ba1
.
This commit is contained in:
parent
516ea18ba1
commit
c89e267a4e
@ -3,7 +3,7 @@ Description=A high performance web server and reverse proxy server
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
PIDFile=/var/run/nginx.pid
|
||||
PIDFile=/run/nginx.pid
|
||||
ExecStartPre=/usr/sbin/nginx -t -c /etc/nginx/nginx.conf
|
||||
ExecStart=/usr/sbin/nginx -c /etc/nginx/nginx.conf
|
||||
ExecReload=/usr/sbin/nginx -c /etc/nginx/nginx.conf -s reload
|
||||
|
@ -10,7 +10,7 @@
|
||||
Name: nginx
|
||||
Epoch: 1
|
||||
Version: 1.0.12
|
||||
Release: 4%{?dist}
|
||||
Release: 3%{?dist}
|
||||
|
||||
Summary: A high performance web server and reverse proxy server
|
||||
Group: System Environment/Daemons
|
||||
@ -212,9 +212,6 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Mar 04 2012 Jamie Nguyen <jamie@tomoyolinux.co.uk> 1:1.0.12-4
|
||||
- minor change to systemd service file
|
||||
|
||||
* Sun Mar 04 2012 Jamie Nguyen <jamie@tomoyolinux.co.uk> 1:1.0.12-3
|
||||
- fix %%pre scriptlet
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user