참조 : https://www.raspberrypi.org/forums/viewtopic.php?f=28&t=127042
내용:
1. root계정에서 서비스 파일 생성
vi /etc/systemd/system/getty@tty1.service.d/autologin.conf
2. 해당 파일의 내용을 아래와 같이 작성
[Service]
ExecStart=
ExecStart=-/sbin/agetty --autologin pi --noclear %I 38400 linux
3. 서비스 실행
systemctl enable getty@tty1.service
'Linux' 카테고리의 다른 글
라즈베리파이 키보드 설정(언어) 변경 (0) | 2017.02.27 |
---|---|
MJPG streamer 사용하기(라즈베리파이) (0) | 2017.02.27 |
라즈베리파이 vi에서 방향키가 안먹힐 때 (0) | 2017.02.27 |
SELinux-preventing gdm session worker (0) | 2017.01.09 |