Crate pid_file[][src]

Expand description

PID file management for daemons.

The pid-file crate wraps the pidfile family of functions provided by BSD systems that provide mutual exclusion for daemons via PID files.

Much of the code is inherited from pidfile_rs, but the build system bundles the necessary subset of libbsd rather than relying on libbsd to be installed.

Structs

An open PID file.

Enums

A PID file-related error.

Functions