MANPAGE: clarify -fg and syslog interaction
The flag -fg does NOT imply -nosyslog. Syslog redirection is active when -notifypid is passed.
This commit is contained in:
parent
5d872b7106
commit
0b2562fdba
@ -127,9 +127,12 @@ to your program, use `"--"`, which is accepted by most programs:
|
|||||||
`-extpass "my program" -extpass "--"`
|
`-extpass "my program" -extpass "--"`
|
||||||
|
|
||||||
#### -fg, -f
|
#### -fg, -f
|
||||||
Stay in the foreground instead of forking away. Implies "-nosyslog".
|
Stay in the foreground instead of forking away.
|
||||||
For compatibility, "-f" is also accepted, but "-fg" is preferred.
|
For compatibility, "-f" is also accepted, but "-fg" is preferred.
|
||||||
|
|
||||||
|
Unless `-notifypid` is also passed, the logs go to stdout and stderr
|
||||||
|
instead of syslog.
|
||||||
|
|
||||||
#### -fido2 DEVICE_PATH
|
#### -fido2 DEVICE_PATH
|
||||||
Use a FIDO2 token to initialize and unlock the filesystem.
|
Use a FIDO2 token to initialize and unlock the filesystem.
|
||||||
Use "fido2-token -L" to obtain the FIDO2 token device path.
|
Use "fido2-token -L" to obtain the FIDO2 token device path.
|
||||||
|
Loading…
Reference in New Issue
Block a user