git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/etc/systemd/system/kvm-network@.service
blob: aca4e4b52b7fb8c623051a4f42a85b3ac31d7c59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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