diff options
author | H. P. <harald.p.@xmart.de> | 2018-11-01 13:30:58 +0100 |
---|---|---|
committer | H. P. <harald.p.@xmart.de> | 2018-11-01 13:30:58 +0100 |
commit | 0632591996893fe136a1f2fe44d9b9f404f41f3e (patch) | |
tree | 7340edbe7c212da3db45a83219147143a3268c8d /localfs/etc/systemd/system/kvm-opensuse.service | |
download | fedora-laptop-0632591996893fe136a1f2fe44d9b9f404f41f3e.tar.bz2 |
Initial commit
Diffstat (limited to 'localfs/etc/systemd/system/kvm-opensuse.service')
-rw-r--r-- | localfs/etc/systemd/system/kvm-opensuse.service | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/localfs/etc/systemd/system/kvm-opensuse.service b/localfs/etc/systemd/system/kvm-opensuse.service new file mode 100644 index 0000000..217dbbe --- /dev/null +++ b/localfs/etc/systemd/system/kvm-opensuse.service @@ -0,0 +1,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 |