16 lines
377 B
Text
16 lines
377 B
Text
[Unit]
|
|
Description=A high performance web server and a reverse proxy server
|
|
After=network.target network-online.target nss-lookup.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=/run/nginx.pid
|
|
PrivateDevices=yes
|
|
SyslogLevel=err
|
|
|
|
ExecStart=/usr/bin/nginx -g 'pid /run/nginx.pid; error_log stderr;'
|
|
ExecReload=/usr/bin/nginx -s reload
|
|
KillMode=mixed
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|