I'm running a script that changes files and installs things and what not on a SUSE computer. One of the scripts that gets run with my script, reboots the computer and when the computer loads back up again I want my script to continue where it left off.
What I can't figure out is where to launch my script so that it will start AFTER the desktop has loaded back up (the SUSE computer is set to automatically log in as a specific user who isn't root).
I want my script to run in this fashion because I want the user to be able to see an output log as to what is happening before another script later on reboots the computer again.