Hi, Am 03.12.2015 um 21:06 schrieb Rob Landry: > On Thu, 3 Dec 2015, equinox wrote: > >> sudo systemctl set-default multi-user.target > > That worked, but after installing security updates an rebooting, I found > it had reset itself to graphical.target. > hmmm. interesting.... i never hat that issue... probably a bug in Debian. As a workaround you can also specify the default target using a kernel command line parameter: systemd.unit=multi-user.target
Just add this to the variable GRUB_CMDLINE_LINUX_DEFAULT in /etc/default/grub and update the grub config using: # sudo update-grub The system should then always boot into the multi-user target. regards christian _______________________________________________ Rivendell-dev mailing list [email protected] http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
