1
0
Fork 0
mirror of https://passt.top/passt synced 2025-08-11 09:53:12 +02:00

passt: Fork into background also if not running from a terminal

This is actually annoying: there's no way to make it fork into
background when running from a script. However, it's always
possible to keep it in foreground with -f. Make it simpler, and
always fork into background if -f is not given.

Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
Stefano Brivio 2021-10-21 20:13:18 +02:00
commit 875550b973
2 changed files with 2 additions and 2 deletions

View file

@ -81,7 +81,7 @@ Don't print informational messages.
.TP
.BR \-f ", " \-\-foreground
Don't run in background.
Default is to fork into background, if started from an interactive terminal.
Default is to fork into background.
.TP
.BR \-e ", " \-\-stderr