]> git.proxmox.com Git - pve-common.git/commit - src/PVE/Systemd.pm
systemd: allow SendSIGKILL and TimeoutStopUSec dbus properties
authorStefan Reiter <s.reiter@proxmox.com>
Mon, 21 Jun 2021 16:35:42 +0000 (18:35 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 22 Jun 2021 05:45:21 +0000 (07:45 +0200)
commitffe48b8e8a6c6dc7f55688dc268025e00456bc15
tree70ebea11374d2f55c7e2923e8386e64a2a4a7f96
parent9d065c72fb84f17f9d947f8219d910fff42f85b9
systemd: allow SendSIGKILL and TimeoutStopUSec dbus properties

Used in qemu-server for avoiding KillMode 'none'. SendSIGKILL is a
boolean, so we need to use dbus_boolean to serialize it.

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
src/PVE/Systemd.pm