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-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-network@.service
parentd3d3a31be77f6c62aef4494fa7c8cde3269d0ded (diff)
downloadsystemd-units-ea030c23794591112a4bed384111691209a8df3c.tar.bz2
Moved KVM stuff to own repository, kvm-helper.git
Diffstat (limited to 'etc/systemd/system/kvm-network@.service')
-rw-r--r--etc/systemd/system/kvm-network@.service15
1 files changed, 0 insertions, 15 deletions
diff --git a/etc/systemd/system/kvm-network@.service b/etc/systemd/system/kvm-network@.service
deleted file mode 100644
index aca4e4b..0000000
--- a/etc/systemd/system/kvm-network@.service
+++ /dev/null
@@ -1,15 +0,0 @@
-[Unit]
-Description=KVM network %i
-Requires=libvirtd.service
-After=libvirtd.service
-
-[Service]
-Type=oneshot
-ExecStart=/usr/local/bin/kvmhelper -q net-start %i
-ExecStop=/usr/local/bin/kvmhelper -q net-stop %i
-RemainAfterExit=yes
-TimeoutStartSec=10s
-TimeoutStopSec=10s
-
-[Install]
-WantedBy=multi-user.target