Skip to content

Commit

Permalink
Clarify the stdout/stderr config options
Browse files Browse the repository at this point in the history
Closes: #147
Signed-off-by: Andrew Clayton <[email protected]>
  • Loading branch information
ac000 committed Sep 3, 2024
1 parent 8bb0539 commit ae637de
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions source/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3312,14 +3312,15 @@ shared between all application languages:
* - **stderr**, **stdout**
- Strings;
filenames where Unit redirects
the application's output.
filenames where Unit redirects the application's output.
The default is **/dev/null**.
The default when running *with* **--no-daemon** is to send
*stdout* to the *console* and *stderr* to Unit's *log*.
When running in **--no-daemon** mode, application output
is always redirected to
:ref:`Unit's log file <troubleshooting-log>`.
The default when running *without* **--no-daemon** is to send
*stdout* to */dev/null* and *stderr* to Unit's *log*.
These options have *no* effect when running with **--no-daemon**.
* - **user**
- String;
Expand Down

0 comments on commit ae637de

Please sign in to comment.