summarylogtreecommitdiffstats
path: root/nginx.service
blob: 8ecd0cff9f49d4dbf81a852f21657c5341f9a233 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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=nginx.pid
SyslogLevel=err

ExecStart=/usr/lib/systemd/scripts/nginx-user-service
ExecReload=/usr/lib/systemd/scripts/nginx-user-service -s reload
KillMode=mixed

[Install]
WantedBy=multi-user.target