Skip to content

Commit

Permalink
Update nginx.service
Browse files Browse the repository at this point in the history
  • Loading branch information
theraw committed May 27, 2018
1 parent 447524a commit 51e69c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UBUNTU16/nginx.service
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ After=network.target

[Service]
Type=forking
PIDFile=/var/run/nginx.pid
PIDFile=/run/nginx.pid
ExecStartPre=/usr/sbin/nginx -t -q -g 'daemon on; master_process on;'
ExecStart=/usr/sbin/nginx -g 'daemon on; master_process on;'
ExecReload=/usr/sbin/nginx -g 'daemon on; master_process on;' -s reload
Expand Down

0 comments on commit 51e69c0

Please sign in to comment.