The Preffered way of doing somthing like that is with the 'local' boot script.
The Local Boot Script is an empty script that always runs last dureing bootup.
its there specifically for users to enter any commands they want to run dureing bootup.
In my opinion, its better to put applications like this in local, mainly because any resources that the program may need ( for example networking, or the Graphical User Interface ) will be definalty be up and running.
ALSO....
if you make a mistake in the local script, it does not matter..
however a mistake in innitab could prevent the system from booting.
(easy to fix, but annoying)
the local script is in differant places in differant distro's
have a look in /etc/ and its sub-directories.
maybe /etc/initd.d/local
Good Luck.
Comment/Reply (w/o sign-up)