git.lirion.de

Of git, get, and gud

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

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

[Install]
WantedBy=multi-user.target