www/unit: fix NGINX Unit's daemon name.

This commit is contained in:
Sergey A. Osokin 2020-11-18 17:48:41 -05:00
parent 216b86d9ff
commit e3cc41374d
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
name="unit"
rcvar=${name}
command="@PREFIX@/sbin/${name}"
command="@PREFIX@/sbin/${name}d"
pidfile="@VARBASE@/run/${name}.pid"
start_precmd="ulimit -n 2048"