add systemd configuration file parser/writer, start job configuration

This commit is contained in:
Dietmar Maurer
2020-05-12 13:07:49 +02:00
parent 7f5a27d302
commit f486e9e50e
7 changed files with 399 additions and 0 deletions

View File

@ -21,6 +21,7 @@ pub mod user;
pub mod acl;
pub mod cached_user_info;
pub mod network;
pub mod jobs;
/// Check configuration directory permissions
///