2009-06-13 11:44:45 PDT
Hello,I'm trying to insert xbt_tracker into the startup services of my server with debian etch.
This is what I've done,but it doesn't work.
1) cp xbt_tracker into /usr/local/bin/ and make it executable
2) try to add a chkconfig like this: chkconfig --level 345 xbt_tracker on
but it doesn't work.
xbt/Tracker# chkconfig --level 345 xbt_tracker on
xbt_tracker: unknown service
How can I make the xbt_tracker starting after a reboot automatically?
Thanks.