diff options
Diffstat (limited to 'localfs/etc/systemd/system/kvm-jango105.service')
-rw-r--r-- | localfs/etc/systemd/system/kvm-jango105.service | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/localfs/etc/systemd/system/kvm-jango105.service b/localfs/etc/systemd/system/kvm-jango105.service new file mode 100644 index 0000000..416c1af --- /dev/null +++ b/localfs/etc/systemd/system/kvm-jango105.service @@ -0,0 +1,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 |