Next: linux ether, Previous: linux inotify, Up: linux [Index]
The following bindings are exported by the library (vicare
linux)
.
Interface to the C language function daemon()
, (*manpages*)daemon. Turn the current process into a daemon. If an error occurs
raise an exception.
If nochdir is #f
: change the current working directory to
the root directory.
If noclose is #f
: redirect stdin
, stdout
and
stderr
to /dev/null.