Linux
라즈베리파이 자동 로그인
십자성군
2017. 2. 27. 19:02
참조 : 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