git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/localfs/etc/systemd/system/kvm-jango105.service
blob: 416c1af2b3990af1bb876d61f1aa641c88a6e441 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=virtual machine jango105 (Windows 10)
Requires=libvirtd.service libvirt-guests.service lvm2-lvmetad.service

[Service]
Type=oneshot
ExecStart=/bin/virsh start jango105
ExecStop=/bin/virsh shutdown jango105
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target