git.lirion.de

Of git, get, and gud

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

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

[Install]
WantedBy=multi-user.target