[][src]Module lair_keystore::internal::pid_check

Utilities for dealing with pid files.

Structs

PidCheckResult

Result from invoking pid_check() function.

Functions

pid_check

Execute lair pid_check verifying we are the one true Lair process with access to given store / pidfile. This is sync instead of async as it is intended to be used at lair process startup, before we agree to acquire access to the store file.