mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-13 17:56:37 +00:00
proxmox-sys: imported proxmox/src/tools/systemd.rs
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
This commit is contained in:
parent
ba1f59c098
commit
6efbe4e6e8
@ -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::*;
|
||||
|
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user