[][src]Crate daemonize_me

Structs

Daemon

Basic daemonization consists of: forking the process, getting a new sid, setting the umask, changing the standard io streams to files and finally dropping privileges.

Stdio

describes what to do with a standard io stream for a child process.

Enums

DaemonError
Group

Expects: either the group name or a gid if the name is provided it will be resolved to an id

User

Expects: either the username or the uid if the name is provided it will be resolved to an id

Type Definitions

Result