git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/localfs/etc/systemd/system/kvm-firewall.service
diff options
context:
space:
mode:
Diffstat (limited to 'localfs/etc/systemd/system/kvm-firewall.service')
-rw-r--r--localfs/etc/systemd/system/kvm-firewall.service21
1 files changed, 21 insertions, 0 deletions
diff --git a/localfs/etc/systemd/system/kvm-firewall.service b/localfs/etc/systemd/system/kvm-firewall.service
new file mode 100644
index 0000000..b68ede5
--- /dev/null
+++ b/localfs/etc/systemd/system/kvm-firewall.service
@@ -0,0 +1,21 @@
+[Unit]
+Description=virtual machine cthulhu05 (Debian Firewall)
+Wants=lvm2-monitor.service
+Requires=libvirtd.service
+Requires=kvm-network@sosaria05.service
+Requires=kvm-network@san-cluster.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 firewall
+ExecStop=/usr/local/bin/kvmhelper -q vm-stop firewall
+RemainAfterExit=yes
+TimeoutStartSec=10s
+TimeoutStopSec=60s
+
+[Install]
+WantedBy=multi-user.target