From 0632591996893fe136a1f2fe44d9b9f404f41f3e Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Thu, 1 Nov 2018 13:30:58 +0100 Subject: Initial commit --- localfs/etc/systemd/system/kvm-guestmount.service | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 localfs/etc/systemd/system/kvm-guestmount.service (limited to 'localfs/etc/systemd/system/kvm-guestmount.service') diff --git a/localfs/etc/systemd/system/kvm-guestmount.service b/localfs/etc/systemd/system/kvm-guestmount.service new file mode 100644 index 0000000..fab979f --- /dev/null +++ b/localfs/etc/systemd/system/kvm-guestmount.service @@ -0,0 +1,13 @@ +[Unit] +Description=Mount KVM domains' boot partitions for direct boots +Requires=libvirtd.service lvm2-lvmetad.service + +[Service] +Type=oneshot +RemainAfterExit=yes +# Test phase, only using arch. Will do a script later on when the amount is > 1 +ExecStart=/usr/bin/guestmount -r -o allow_other -o ro -m /dev/sda2:/:acl,user_xattr -a /dev/libvirt/arch-boot /var/lib/libvirt/boot/arch +ExecStop=/usr/bin/guestunmount /var/lib/libvirt/boot/arch + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3