db-move: moved gnome-clocks from [testing] to [extra] (x86_64)
[arch-packages.git] / nginx / trunk / service
blob6302474f3674d12d0413421eb6b628f59cc8b1cb
1 [Unit]
2 Description=A high performance web server and a reverse proxy server
3 After=network.target network-online.target nss-lookup.target
5 [Service]
6 Type=forking
7 PIDFile=/run/nginx.pid
8 PrivateDevices=yes
9 SyslogLevel=err
11 ExecStart=/usr/bin/nginx -g 'pid /run/nginx.pid; error_log stderr;'
12 ExecReload=/usr/bin/nginx -s reload
13 KillMode=mixed
15 [Install]
16 WantedBy=multi-user.target