diff options
author | Igor Sysoev <igor@sysoev.ru> | 2017-09-25 20:15:33 +0300 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2017-09-25 20:15:33 +0300 |
commit | d04f030d1aded025a96a42efe3496003c5dfe64e (patch) | |
tree | f62e8d31f7ff334f236b7b23b28dbd25d26c9902 /auto/summary | |
parent | 6b0a3aed22cfd26325d7a7438f10e0392cdde467 (diff) | |
download | unit-d04f030d1aded025a96a42efe3496003c5dfe64e.tar.gz unit-d04f030d1aded025a96a42efe3496003c5dfe64e.tar.bz2 |
Added --bindir and --sbindir options to the summary page.
Diffstat (limited to 'auto/summary')
-rw-r--r-- | auto/summary | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/auto/summary b/auto/summary index 6af23a8d..8541695a 100644 --- a/auto/summary +++ b/auto/summary @@ -7,10 +7,12 @@ cat << END Configuration summary: - unit pid file: "$NXT_PID" - unit log file: "$NXT_LOG" + unit bin path: "$NXT_BINDIR" + unit sbin path: "$NXT_SBINDIR" unit modules path: "$NXT_MODULES" unit state path: "$NXT_STATE" + unit pid file: "$NXT_PID" + unit log file: "$NXT_LOG" unit control API socket: "$NXT_CONTROL" |