summarylogtreecommitdiffstats
path: root/unit.service
blob: 57c2e872d6713a602fe1fdacf9dec7509a1f07e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=NGINX Unit
Wants=network-online.target
After=network-online.target

[Service]
Type=forking
PIDFile=/run/nginx-unit.pid
ExecStart=/usr/sbin/unitd --control unix:/run/nginx-unit.control.sock --pid /run/nginx-unit.pid
ExecReload=

[Install]
WantedBy=multi-user.target