Add new comment

Want to support HowtoForge? Become a subscriber!
Submitted by bigbrovar (not registered) on Wed, 2010-03-24 21:26.

A much cleaner way of installing knowledgetree on ubuntu is to symlink the /opt/ktdms/dmsctl.sh to /etc/init.d/

 here is what I did

 ln -s /opt/ktdms/dmsctl.sh /etc/init.d/ktdms 

 update-rc.d ktdms defaults 

 doing this would add ktdms to my ini.t startup scripts and it makes it very easy to start the process by just doing sudo /etc/init.d/ktdms start or sudo /etc/init.d/ktdms stop  if I want to stop it. It also allow the ktdms to bootup with my system. I find this much cleaner compared to adding it to cron

Please do not use the comment function to ask for help! If you need help, please use our forum.
Comments will be published after administrator approval.

Reply

*
*
The content of this field is kept private and will not be shown publicly.


*

  • Images can be added to this post.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img> <div>
  • Lines and paragraphs break automatically.