Crate daemonize_me

source ·

Structs§

  • 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.
  • Expects: either the group name or a gid if the name is provided it will be resolved to an id
  • Expects: either the username or the uid if the name is provided it will be resolved to an id

Enums§

Type Aliases§