summaryrefslogtreecommitdiffstats
path: root/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/nginx.service
blob: ce99061717bb546cba9b0a61f67aecf37b9721bd (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Nginx Server
After=network.target
[Service]
Type=forking
PIDFile=/run/nginx/nginx.pid
ExecStart=@SBINDIR@/nginx
ExecStop=@SBINDIR@/nginx -s stop
ExecReload=@SBINDIR@/nginx -s reload
[Install]
WantedBy=multi-user.target
OpenPOWER on IntegriCloud