aMule Forum

English => aMule Help => Topic started by: elguaxo on March 14, 2007, 02:46:28 AM

Title: init script for Ubuntu 6.10 (Edgy Eft)
Post by: elguaxo on March 14, 2007, 02:46:28 AM
I made an amuled (2.1.3)  init script using this guide: http://www.amule.org/wiki/index.php/FAQ_amuled

The problem is that amuled is not starting after rebooting. If I login and execute /etc/init.d/amuled start by hand it starts fine. I can logoff and amuled keeps running as expected.

What can be wrong? Any hints how to make it start on its own after a reboot?

Thanks in advance.
Title: Re: init script for Ubuntu 6.10 (Edgy Eft)
Post by: wuischke on March 14, 2007, 10:50:18 AM
Hi elguaxo!

edgy uses a new init system called upstart and things are a bit different now. Unfortunately I haven't used it by now and I don't have an Edgy system lying around.

I read a bit in the Getting started (http://upstart.ubuntu.com/doc/getting-started.html) document.

You should probably set up an event like "start on networking" which will start aMuled as soon as networking is available.
Title: Re: init script for Ubuntu 6.10 (Edgy Eft)
Post by: elguaxo on March 14, 2007, 11:15:26 AM
Thanks, I will try it.