I have a startup script running by making an init file in /var/etc - problem is, I want this script to run only once the boot process is complete (which it does not do). I tried adding a sleep function in init initially and in the script later after removing from init, but that only seems to slow down the boot process. Any ideas on how to overcome this issue? Any help would be much appreciated.
↧