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

@ -35,6 +35,7 @@ SUBCRATES := \
pbs-buildcfg \
pbs-datastore \
pbs-runtime \
pbs-systemd \
pbs-tools
ifeq ($(BUILD_MODE), release)