doc: update doc for mount.bookmarkfs

Mention about automatically dismounting on signals.
This commit is contained in:
CismonX 2025-01-08 01:11:56 +08:00
parent 47f51435d1
commit 6978feb9d4
No known key found for this signature in database
GPG key ID: 3094873E29A482FB

View file

@ -171,8 +171,11 @@ The @var{src} argument is presumably the pathname of a file that stores
bookmark data. bookmark data.
Its exact interpretation is backend-defined. Its exact interpretation is backend-defined.
To unmount a BookmarkFS filesystem, use @linuxmanpage{fusermount3, 1} or To unmount a BookmarkFS filesystem, run @linuxmanpage{fusermount3, 1} or
@linuxmanpage{umount, 8} on @var{target}. @linuxmanpage{umount, 8} on @var{target}.
The daemon process will automatically dismount the filesystem upon
@code{SIGINT} or @code{SIGTERM} receipt, however, it only works in
non-sandbox mode.
Available options: Available options: