git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/etc/systemd/system/kvm-network@.service
diff options
context:
space:
mode:
authorHarald Pfeiffer <harald.pfeiffer _ xmart.de> 2018-07-05 20:22:10 +0200
committerHarald Pfeiffer <harald.pfeiffer _ xmart.de> 2018-07-05 20:22:10 +0200
commit9718a84ffb3304324e058bd249217dcd56a209e4 (patch)
treec47dea3c06712bdae8a076f4f21180a835b224ec /etc/systemd/system/kvm-network@.service
parent29140a466a8ab64efbc81d29906b84ac5ff838b8 (diff)
downloadsystemd-units-9718a84ffb3304324e058bd249217dcd56a209e4.tar.bz2
Initial commit of of kvm stuff
Diffstat (limited to 'etc/systemd/system/kvm-network@.service')
-rw-r--r--etc/systemd/system/kvm-network@.service15
1 files changed, 15 insertions, 0 deletions
diff --git a/etc/systemd/system/kvm-network@.service b/etc/systemd/system/kvm-network@.service
new file mode 100644
index 0000000..84862a7
--- /dev/null
+++ b/etc/systemd/system/kvm-network@.service
@@ -0,0 +1,15 @@
+[Unit]
+Description=KVM network %i
+Requires=libvirtd.service
+After=libvirtd.service
+
+[Service]
+Type=forking
+ExecStart=/bin/virsh net-start %i
+ExecStop=/bin/virsh net-destroy %i
+RemainAfterExit=yes
+TimeoutStartSec=10s
+TimeoutStopSec=40s
+
+[Install]
+WantedBy=multi-user.target