tools: add daemon helpers

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller
2019-03-12 10:40:25 +01:00
parent ff7049d481
commit dce94d0e09
2 changed files with 116 additions and 0 deletions

View File

@ -30,6 +30,7 @@ pub mod borrow;
pub mod fs;
pub mod tty;
pub mod signalfd;
pub mod daemon;
#[macro_use]
mod file_logger;