[pve-devel] [PATCH] Move systemd related code into separate package
Wolfgang Bumiller
w.bumiller at proxmox.com
Fri Jun 15 11:00:51 CEST 2018
To get rid of the dbus dependency of PVE::Tools (and thereby dropping it
from pve-client) and in anticipation of at least one more systemd
related helper (waiting for jobs to complete...) we now get a
PVE::SystemD helper package to be used in qemu-server.
NOTE: that we now need a new version dependency in the qemu-server
package on the next pve-common bump.
Wolfgang Bumiller (1):
add PVE::SystemD module
use the new PVE::SystemD package
PVE/QemuServer.pm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
src/Makefile | 1 +
src/PVE/SystemD.pm | 81 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
src/PVE/Tools.pm | 74 -------------------------------------------------
3 files changed, 82 insertions(+), 74 deletions(-)
create mode 100644 src/PVE/SystemD.pm
--
2.11.0
More information about the pve-devel
mailing list