diff options
author | Igor Sysoev <igor@sysoev.ru> | 2017-09-25 18:04:11 +0300 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2017-09-25 18:04:11 +0300 |
commit | 6b0a3aed22cfd26325d7a7438f10e0392cdde467 (patch) | |
tree | e4f3baab18edc326cb0728997df5b7987e9ea440 /auto/summary | |
parent | 2ae044926291c159bc2391e4fb555eaeb2417607 (diff) | |
download | unit-6b0a3aed22cfd26325d7a7438f10e0392cdde467.tar.gz unit-6b0a3aed22cfd26325d7a7438f10e0392cdde467.tar.bz2 |
Style fixes.
Diffstat (limited to 'auto/summary')
-rw-r--r-- | auto/summary | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/auto/summary b/auto/summary index a45855d6..6af23a8d 100644 --- a/auto/summary +++ b/auto/summary @@ -7,12 +7,12 @@ cat << END Configuration summary: - unit pid file: "$NXT_PID" - unit log file: "$NXT_LOG" - unit modules path: "$NXT_MODULES" - unit state path: "$NXT_STATE" + unit pid file: "$NXT_PID" + unit log file: "$NXT_LOG" + unit modules path: "$NXT_MODULES" + unit state path: "$NXT_STATE" - unit control API socket: "$NXT_CONTROL" + unit control API socket: "$NXT_CONTROL" non-privileged user: "$NXT_USER" non-privileged group: "$NXT_GROUP" |