summaryrefslogtreecommitdiffhomepage
path: root/pkg/deb/debian/unit.service
blob: 445851a56fd4f83bd87fb7cddfbdabb3755bf4cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=NGINX Unit
Wants=network-online.target
After=network-online.target

[Service]
Type=forking
PIDFile=/run/unit.pid
EnvironmentFile=-/etc/default/unit
ExecStart=/usr/sbin/unitd $DAEMON_ARGS
ExecReload=

[Install]
WantedBy=multi-user.target