git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/etc/systemd/system/kvm-clustervm@.service
diff options
context:
space:
mode:
authorHarald Pfeiffer <harald.pfeiffer _ xmart.de> 2018-07-10 10:15:08 +0200
committerHarald Pfeiffer <harald.pfeiffer _ xmart.de> 2018-07-10 10:15:08 +0200
commitea030c23794591112a4bed384111691209a8df3c (patch)
tree2988dc7939d975d74cc2bdbe2d3b59b166463cdd /etc/systemd/system/kvm-clustervm@.service
parentd3d3a31be77f6c62aef4494fa7c8cde3269d0ded (diff)
downloadsystemd-units-ea030c23794591112a4bed384111691209a8df3c.tar.bz2
Moved KVM stuff to own repository, kvm-helper.git
Diffstat (limited to 'etc/systemd/system/kvm-clustervm@.service')
-rw-r--r--etc/systemd/system/kvm-clustervm@.service25
1 files changed, 0 insertions, 25 deletions
diff --git a/etc/systemd/system/kvm-clustervm@.service b/etc/systemd/system/kvm-clustervm@.service
deleted file mode 100644
index 9300f38..0000000
--- a/etc/systemd/system/kvm-clustervm@.service
+++ /dev/null
@@ -1,25 +0,0 @@
-[Unit]
-Description=VM %i (with cluster inside)
-Requires=kvm-infravm@iscsi.service
-After=kvm-infravm@iscsi.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
-PartOf=cluster-muromachi.target
-
-[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=cluster-muromachi.target