[CentOS] How to boot CentOS 7 in Text mode in default?

Thu Mar 19 20:25:11 UTC 2015
James Hogarth <james.hogarth at gmail.com>

On 19 March 2015 at 19:18, Sean.lim <lim at u-can.us.com> wrote:
> In case of C7
>
> $ Sudo systemctl disable gdm.service
>
> then reboot your server.
>
> Sean
>

Um no?

systemctl set-default multi-user.target

All you have to do is set the target to reach... what the above
command does is symlink default.target to the chosen target.