diff options
Diffstat (limited to 'localfs/etc/systemd/system/kvm-infravm@.service')
-rw-r--r-- | localfs/etc/systemd/system/kvm-infravm@.service | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/localfs/etc/systemd/system/kvm-infravm@.service b/localfs/etc/systemd/system/kvm-infravm@.service new file mode 100644 index 0000000..29f8321 --- /dev/null +++ b/localfs/etc/systemd/system/kvm-infravm@.service @@ -0,0 +1,23 @@ +[Unit] +Description=Infrastructural VM %i +Wants=lvm2-monitor.service +Requires=libvirtd.service +Requires=kvm-firewall.service +Requires=kvm-network@sosaria05.service +Requires=kvm-network@san-cluster.service +After=kvm-firewall.service +After=libvirtd.service +After=lvm2-monitor.service +After=kvm-network@sosaria05.service +After=kvm-network@san-cluster.service + +[Service] +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=60s + +[Install] +WantedBy=multi-user.target |