File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -3312,14 +3312,15 @@ shared between all application languages:
3312
3312
3313
3313
* - ** stderr** , ** stdout**
3314
3314
- Strings;
3315
- filenames where Unit redirects
3316
- the application' s output.
3315
+ filenames where Unit redirects the application' s output.
3317
3316
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* .
3319
3319
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**.
3323
3324
3324
3325
* - **user**
3325
3326
- String;
You can’t perform that action at this time.
0 commit comments