PDA

View Full Version : Start D2OL at Linux boot



MerePeer
05-24-2004, 06:16 PM
Can someone tell me how to setup D2OL to run at Linux boot? I'm reading about chkconfig and init.d scripts and thinking this is the approach but perhaps someone has already done this?

Bok
05-24-2004, 09:37 PM
assuming you are using the cli and a common linux distro,

you could do a very simple one

edit

/etc/rc.d/rc.local

and add a line which does something like

/home/meerpeer/SengentD2OL/D2OL/D2OL controller:cli &

(configure for your own directory)

If you look in /etc/init.d at one of the other start/stop scripts though, it would be better to copy one of them and put it in rc3.d/ :)

Bok

MerePeer
05-25-2004, 06:42 AM
ok thx. I'll play with this. :thumbs: