From b40c791914939eeadbf8604888b35c0b4c921ab0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Tue, 10 Feb 2015 17:15:37 +0100 Subject: [PATCH] debian: change systemctl set-default back to manual symlink systemd in wheezy is old enough to not have this option. --- debian/qubes-core-agent.postinst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/qubes-core-agent.postinst b/debian/qubes-core-agent.postinst index beeb3f2..e82be24 100755 --- a/debian/qubes-core-agent.postinst +++ b/debian/qubes-core-agent.postinst @@ -251,7 +251,8 @@ case "${1}" in qubes-qrexec-agent.service # 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 triggerTriggers