In BSD systems, it's usually </var/db> or some other dir under </var> that is not </var/lib>, so $statedir is a more generic name. See hier(7). Reported-by: Andrei Zeliankou <zelenkov@nginx.com> Reported-by: Zhidao Hong <z.hong@f5.com> Reviewed-by: Konstantin Pavlov <thresh@nginx.com> Reviewed-by: Andrew Clayton <a.clayton@nginx.com> Cc: Liam Crilly <liam@nginx.com> Signed-off-by: Alejandro Colomar <alx@nginx.com>
39 lines
1.0 KiB
Plaintext
39 lines
1.0 KiB
Plaintext
|
|
# Copyright (C) Igor Sysoev
|
|
# Copyright (C) NGINX, Inc.
|
|
|
|
|
|
cat << END
|
|
|
|
Unit configuration summary:
|
|
|
|
bin directory: ............. "$NXT_BINDIR"
|
|
sbin directory: ............ "$NXT_SBINDIR"
|
|
lib directory: ............. "$NXT_LIBDIR"
|
|
include directory: ......... "$NXT_INCLUDEDIR"
|
|
man pages directory: ....... "$NXT_MANDIR"
|
|
modules directory: ......... "$NXT_MODULESDIR"
|
|
state directory: ........... "$NXT_STATEDIR"
|
|
tmp directory: ............. "$NXT_TMPDIR"
|
|
|
|
pid file: .................. "$NXT_PID"
|
|
log file: .................. "$NXT_LOG"
|
|
|
|
control API socket: ........ "$NXT_CONTROL"
|
|
|
|
non-privileged user: ....... "$NXT_USER"
|
|
non-privileged group: ...... "$NXT_GROUP"
|
|
|
|
IPv6 support: .............. $NXT_INET6
|
|
Unix domain sockets support: $NXT_UNIX_DOMAIN
|
|
TLS support: ............... $NXT_OPENSSL
|
|
Regex support: ............. $NXT_REGEX
|
|
NJS support: ............... $NXT_NJS
|
|
|
|
process isolation: ......... $NXT_ISOLATION
|
|
cgroupv2: .................. $NXT_HAVE_CGROUP
|
|
|
|
debug logging: ............. $NXT_DEBUG
|
|
|
|
END
|