

syrial
-
Posts
2 -
Joined
-
Last visited
Reputation Activity
-
syrial reacted to slinde in Automatic Login
The most simple solution would be to start your script from the file /etc/rc.local.
Just add a line starting your script before the "exit 0" line last in the /etc/rc.local file.
In this way there is no need to login. The file /etc/rc.local is run automatically by the system at boot.