Skip to content

Commit e6d116b

Browse files
committed
Clarify the stdout/stderr config options
Closes: #147 Signed-off-by: Andrew Clayton <[email protected]>
1 parent 327a297 commit e6d116b

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

source/configuration.rst

+7-6
Original file line numberDiff line numberDiff line change
@@ -3312,14 +3312,15 @@ shared between all application languages:
33123312
33133313
* - **stderr**, **stdout**
33143314
- Strings;
3315-
filenames where Unit redirects
3316-
the application's output.
3315+
filenames where Unit redirects the application's output.
33173316
3318-
The default is **/dev/null**.
3317+
The default when running *with* **--no-daemon** is to send
3318+
*stdout* to the *console* and *stderr* to Unit's *log*.
33193319
3320-
When running in **--no-daemon** mode, application output
3321-
is always redirected to
3322-
:ref:`Unit's log file <troubleshooting-log>`.
3320+
The default when running *without* **--no-daemon** is to send
3321+
*stdout* to */dev/null* and *stderr* to Unit's *log*.
3322+
3323+
These options have *no* effect when running with **--no-daemon**.
33233324
33243325
* - **user**
33253326
- String;

0 commit comments

Comments
 (0)