Crate daemonize_me

Source

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.
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

Enums§

DaemonError

Type Aliases§

Result