debian: change systemctl set-default back to manual symlink
systemd in wheezy is old enough to not have this option.
This commit is contained in:
parent
b37d391f91
commit
b40c791914
3
debian/qubes-core-agent.postinst
vendored
3
debian/qubes-core-agent.postinst
vendored
@ -251,7 +251,8 @@ case "${1}" in
|
|||||||
qubes-qrexec-agent.service
|
qubes-qrexec-agent.service
|
||||||
|
|
||||||
# Set default "runlevel"
|
# Set default "runlevel"
|
||||||
systemctl set-default multi-user.target
|
rm -f /etc/systemd/system/default.target
|
||||||
|
ln -s /lib/systemd/system/multi-user.target /etc/systemd/system/default.target
|
||||||
|
|
||||||
# Process all triggers which will set defaults to wanted values
|
# Process all triggers which will set defaults to wanted values
|
||||||
triggerTriggers
|
triggerTriggers
|
||||||
|
Loading…
Reference in New Issue
Block a user