Skip to content

Starting RPiPlay at system start

FD- edited this page Aug 15, 2019 · 5 revisions

The easiest way for starting RPiPlay as soon as the user is logged in is to add it to a user's .bashrc file:

pi@raspberrypi:~$ nano .bashrc

Add this to the end:

# within an SSH-session, ${SSH_TTY} will be set if [ "x${SSH_TTY}" = "x" ]; then /home/pi/rpiplay fi

Clone this wiki locally