0
/etc/rc.local의 사용자 정의 스크립트-X가 제대로 시작되지 않음
starter.sh라는 스크립트를 만들었습니다. #!/bin/bash while true; do sudo fluxbox & sudo -u pi epiphany-browser -a --profile ~/.config http://localhost/index.php & sleep 2s done; /etc/rc.local에서 시작된 것 : #!/bin/sh -e # # rc.local # # This script is executed at the end of each multiuser runlevel. # Make sure that the script …