try: # systemctl isolate multi-user.target (or) # systemctl isolate runlevel3.target to turn of X without rebooting
and to turn it back on try: # systemctl isolate graphical.target (or) #systemctl isolate runlevel5.target On Sun, Jan 11, 2015 at 9:56 PM, Jason Lange <[email protected]> wrote: > towards item [1] > > I think that something like "systemctl disable graphical.target" will stop > it from booting into an x environment (for systemd inits). I don't know > if "systemctl enable graphical.target" will start it up again or just > re-enable it for the next boot. Maybe check a systemd guide for Fedora and > try some of their commands (Systemd guidance is pretty sparse in the Debian > world.) > > Cheers. > > > -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
