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-infravm@.service | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) (limited to 'etc/systemd/system/kvm-infravm@.service') diff --git a/etc/systemd/system/kvm-infravm@.service b/etc/systemd/system/kvm-infravm@.service index f284f5b..29f8321 100644 --- a/etc/systemd/system/kvm-infravm@.service +++ b/etc/systemd/system/kvm-infravm@.service @@ -1,8 +1,3 @@ -# Work in progress: -# - Start needs to be more sophisticated in reaction to state of domains -# - Stop should not just do a post-sleep, but instead the post section should -# carry a script polling the state of the machine and hammering it into the -# coffing after a certain timeout [Unit] Description=Infrastructural VM %i Wants=lvm2-monitor.service @@ -17,14 +12,12 @@ After=kvm-network@sosaria05.service After=kvm-network@san-cluster.service [Service] -Type=forking -ExecStart=/bin/virsh start %i -#ExecStartPost=/bin/sleep 5 -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=multi-user.target -- cgit v1.2.3