systemd: fix qubes-mount-home path in cleanup script
This commit is contained in:
parent
fd8a116744
commit
5ab7e80306
2
debian/qubes-core-agent.postinst
vendored
2
debian/qubes-core-agent.postinst
vendored
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user