systemd 化されてしまった Raspbian でコンソールへの自動ログインをやめさせる

またしても systemd か。


やめさせる

ln -fs /lib/systemd/system/getty@.service     /etc/systemd/system/getty.target.wants/getty@tty1.service


自動ログインに戻す

ln -fs /etc/systemd/system/autologin@.service /etc/systemd/system/getty.target.wants/getty@tty1.service