05c75e143e
http://lists.opensuse.org/opensuse-packaging/2012-10/msg00021.html (there was unneeded buildrequires which failed SLE) OBS-URL: https://build.opensuse.org/request/show/137952 OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=1
14 lines
344 B
Desktop File
14 lines
344 B
Desktop File
[Unit]
|
|
Description=The nginx HTTP and reverse proxy server
|
|
After=syslog.target network.target remote-fs.target nss-lookup.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=/run/nginx.pid
|
|
ExecStartPre=/usr/sbin/nginx -t
|
|
ExecStart=/usr/sbin/nginx
|
|
ExecReload=/bin/kill -s HUP $MAINPID
|
|
ExecStop=/bin/kill -s QUIT $MAINPID
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |