Updates for standalone
This commit is contained in:
8
distfiles/home/kioskuser/.bashrc
Normal file
8
distfiles/home/kioskuser/.bashrc
Normal file
@@ -0,0 +1,8 @@
|
||||
if [ $(tty) == "/dev/tty1" ]; then
|
||||
while true
|
||||
do
|
||||
startx
|
||||
echo "X session ended, restarting..."
|
||||
sleep 5
|
||||
done
|
||||
fi
|
||||
Reference in New Issue
Block a user