Docs: describe behavior under nohup

This commit is contained in:
Eli Boyarski 2018-01-01 15:34:16 +02:00
parent 8a9c8e7324
commit 329dcd4765
No known key found for this signature in database
GPG Key ID: 19205C3B27A8E681

View File

@ -45,6 +45,9 @@ Differences are :
* As a consequence of previous rules, note the following example :
`lz4 file | consumer` sends compressed data to `consumer` through `stdout`,
hence it does _not_ create `file.lz4`.
* Another consequence of those rules is that to run `lz4` under `nohup`,
you should provide a destination file: `nohup lz4 file file.lz4`,
because `nohup` writes the specified command's output to a file.
Default behaviors can be modified by opt-in commands, detailed below.