startup > Linux >
/etc/rc.d/rc.local
Scripts which are run as root on system startup.
placeholder (I don't use this any more.)
... # I could have put 'xdm' first so it starts up really quickly. #xdm # But this will keep xdm running even after I exit it. It must be the last entry in this file. until /usr/bin/xdm; do :; done
ported, for what it's worth.
The date is likely accurate.