add pbs-systemd: move string and unit handling there

the systemd config/unit parsing stays in pbs for now since
that's not usually required and uses our section config
parser

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller
2021-07-07 10:10:33 +02:00
parent 18cdf20afc
commit 067dc06dba
9 changed files with 206 additions and 172 deletions

View File

@ -24,6 +24,7 @@ members = [
"pbs-buildcfg",
"pbs-datastore",
"pbs-runtime",
"pbs-systemd",
"pbs-tools",
]
@ -98,6 +99,7 @@ pbs-api-types = { path = "pbs-api-types" }
pbs-buildcfg = { path = "pbs-buildcfg" }
pbs-datastore = { path = "pbs-datastore" }
pbs-runtime = { path = "pbs-runtime" }
pbs-systemd = { path = "pbs-systemd" }
pbs-tools = { path = "pbs-tools" }
[features]