summaryrefslogtreecommitdiff
path: root/autologin.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autologin.sh')
-rwxr-xr-xautologin.sh4
1 files changed, 3 insertions, 1 deletions
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 <<EOF > /etc/systemd/system/tty1.service