mirror of
https://git.sr.ht/~cismonx/bookmarkfs
synced 2025-06-07 19:58:50 +00:00
doc: update doc for mount.bookmarkfs
Mention about automatically dismounting on signals.
This commit is contained in:
parent
47f51435d1
commit
6978feb9d4
1 changed files with 4 additions and 1 deletions
|
@ -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:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue