From 39d9846813cdb2f9fac1125230f5a1d1390c2997 Mon Sep 17 00:00:00 2001 From: Luca Tringali Date: Thu, 24 Jan 2019 23:16:31 +0100 Subject: Article links --- autologin.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'autologin.sh') diff --git a/autologin.sh b/autologin.sh index ce265e7..41cae8f 100755 --- a/autologin.sh +++ b/autologin.sh @@ -1,6 +1,8 @@ #!/bin/bash +#This script makes an application run automatically on boot as user "pi" #Created by Luca Tringali - www.codice-sorgente.it -#Thanks to Dalen, this code is based on his answer: https://stackoverflow.com/questions/44186905/how-to-replace-the-desktop-interface-with-a-python-application +#It is made for the thermostat project you find here: https://codice-sorgente.it/cgit/termostato-raspberry.git/ +#Thanks to Dalen, this code is partially based on his answer: https://stackoverflow.com/questions/44186905/how-to-replace-the-desktop-interface-with-a-python-application username="pi" cat < /etc/systemd/system/tty1.service -- cgit v1.1