systemd: fix qubes-mount-home path in cleanup script

This commit is contained in:
HW42 2016-07-28 19:08:09 +02:00 committed by Marek Marczykowski-Górecki
parent fd8a116744
commit 5ab7e80306
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724
2 changed files with 2 additions and 2 deletions

View File

@ -132,7 +132,7 @@ case "${1}" in
if [ -L /etc/systemd/system/sysinit.target.wants/qubes-random-seed.service ]; then if [ -L /etc/systemd/system/sysinit.target.wants/qubes-random-seed.service ]; then
systemctl --no-reload disable qubes-random-seed.service >/dev/null systemctl --no-reload disable qubes-random-seed.service >/dev/null
fi 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 systemctl --no-reload disable qubes-mount-home.service >/dev/null
fi fi

View File

@ -637,7 +637,7 @@ done
if [ -L /etc/systemd/system/sysinit.target.wants/qubes-random-seed.service ]; then if [ -L /etc/systemd/system/sysinit.target.wants/qubes-random-seed.service ]; then
systemctl --no-reload disable qubes-random-seed.service >/dev/null systemctl --no-reload disable qubes-random-seed.service >/dev/null
fi 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 systemctl --no-reload disable qubes-mount-home.service >/dev/null
fi fi