From e28143db4c0cf9d2c203445eb92b05f98ad828e4 Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Mon, 9 Jul 2018 17:36:39 +0200 Subject: Initial commit of kvmhelper and improvement of systemd services --- etc/systemd/system/kvm-clustervm@.service | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'etc/systemd/system/kvm-clustervm@.service') diff --git a/etc/systemd/system/kvm-clustervm@.service b/etc/systemd/system/kvm-clustervm@.service index 1d86851..f21cbcd 100644 --- a/etc/systemd/system/kvm-clustervm@.service +++ b/etc/systemd/system/kvm-clustervm@.service @@ -20,14 +20,12 @@ After=kvm-network@san-cluster.service PartOf=cluster-muromachi.target [Service] -Type=forking -ExecStartPre=/bin/sleep 5 -ExecStart=/bin/virsh start %i -ExecStop=/bin/virsh shutdown %i -ExecStopPost=/bin/sleep 15 +Type=oneshot +ExecStart=/usr/local/bin/kvmhelper -q vm-start %i +ExecStop=/usr/local/bin/kvmhelper -q vm-stop %i RemainAfterExit=yes TimeoutStartSec=10s -TimeoutStopSec=40s +TimeoutStopSec=60s [Install] WantedBy=cluster-muromachi.target -- cgit v1.2.3