A simple representation of a "pidfile".
Creates a pidfile on creation and automatically remove it on termination.
Be mindful of the Drop
trait caveats; for instance calling
std::process::exit()
will cause Drop traits not to run.
A simple representation of a "pidfile".
Creates a pidfile on creation and automatically remove it on termination.
Be mindful of the Drop
trait caveats; for instance calling
std::process::exit()
will cause Drop traits not to run.