Note that on linux the canonical way to do this with calibre is to run it as
calibre --detach
disown does not actually work correctly in that it still leaves the stdio file handles connected to the tty. And calibre does not ignore failures to write to stdout/stderr unlike many other programs.
|