proxmox-sys: imported proxmox/src/tools/systemd.rs

Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
This commit is contained in:
Dietmar Maurer 2021-11-23 11:16:28 +01:00
parent ba1f59c098
commit 6efbe4e6e8
3 changed files with 1 additions and 1 deletions

View File

@ -9,6 +9,7 @@ pub mod logrotate;
pub mod macros;
pub mod mmap;
pub mod process_locker;
pub mod systemd;
mod worker_task_context;
pub use worker_task_context::*;

View File

@ -9,7 +9,6 @@ use proxmox_io::vec;
pub mod common_regex;
pub mod serde;
pub mod systemd;
const HEX_CHARS: &[u8; 16] = b"0123456789abcdef";