From 5ab7e8030677837102a4995420b5ffb69779a370 Mon Sep 17 00:00:00 2001 From: HW42 Date: Thu, 28 Jul 2016 19:08:09 +0200 Subject: [PATCH] systemd: fix qubes-mount-home path in cleanup script --- debian/qubes-core-agent.postinst | 2 +- rpm_spec/core-vm.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/qubes-core-agent.postinst b/debian/qubes-core-agent.postinst index e5d06d8..9ec5202 100755 --- a/debian/qubes-core-agent.postinst +++ b/debian/qubes-core-agent.postinst @@ -132,7 +132,7 @@ case "${1}" in if [ -L /etc/systemd/system/sysinit.target.wants/qubes-random-seed.service ]; then systemctl --no-reload disable qubes-random-seed.service >/dev/null fi - if [ -L /etc/systemd/system/sysinit.target.wants/qubes-mount-home.service ]; then + if [ -L /etc/systemd/system/multi-user.target.wants/qubes-mount-home.service ]; then systemctl --no-reload disable qubes-mount-home.service >/dev/null fi diff --git a/rpm_spec/core-vm.spec b/rpm_spec/core-vm.spec index af8764a..dba133c 100644 --- a/rpm_spec/core-vm.spec +++ b/rpm_spec/core-vm.spec @@ -637,7 +637,7 @@ done if [ -L /etc/systemd/system/sysinit.target.wants/qubes-random-seed.service ]; then systemctl --no-reload disable qubes-random-seed.service >/dev/null fi -if [ -L /etc/systemd/system/sysinit.target.wants/qubes-mount-home.service ]; then +if [ -L /etc/systemd/system/multi-user.target.wants/qubes-mount-home.service ]; then systemctl --no-reload disable qubes-mount-home.service >/dev/null fi