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

2
src/tools/systemd.rs Normal file
View File

@ -0,0 +1,2 @@
pub mod types;
pub mod parser;