git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/etc/systemd/system/kvm-network@.service
blob: 84862a7ce45a2325922164744fe198ad309991fc (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=forking
ExecStart=/bin/virsh net-start %i
ExecStop=/bin/virsh net-destroy %i
RemainAfterExit=yes
TimeoutStartSec=10s
TimeoutStopSec=40s

[Install]
WantedBy=multi-user.target