well i tried few configuration..but the only result for the moment is
that the deamon is loaded, but it become stopped (i don't know why)
currently that is the amuled.i file:
daemon daemon/amuled {
need = system/bootmisc virtual/net;
exec daemon = /usr/bin/amuled;
}
and i edited runlevel/default.runlevel appending daemon/amuled in the
end. Where am i missing something?
tnx in advance
M@
On Thu, 2007-06-07 at 06:42 -0300, Ismael Luceno wrote:
> El jueves, 7 de junio de 2007 01:23 +0200, Matteo Landi
> <[EMAIL PROTECTED]> escribió:
> > Hi all
> > i'm very very very newbie in here, so i'm putting myself in your hands!
> > I installed initng, also with the gtk gui for a better control of it,
> > but i don't know where to put my hands in order to edit things.
> > Could someone help me to make initng to load amuled deamon without
> > insert it in Gnome>Sessions?
> > Thanks in advance
> > M@
> >
>
> Hi.
>
> You need to write a ifile. It will look like:
>
> daemon daemon/amuled {
> need = system/bootmisc virtual/network;
> exec daemon = /usr/bin/aMuled;
> }
>
> Look at /etc/initng/daemon/ for examples. If it forks, you will need to add
> something like:
>
> daemon daemon/amuled {
> need = system/bootmisc virtual/network;
> --> pid_file = /var/run/aMuled.pid;
> --> forks;
> exec daemon = /usr/bin/aMuled;
> }
>
> Save it in /etc/initng/daemon/amuled.i, then you can add daemon/amuled to your
> runlevel :).
>
> When you have it working, send it here, so we can add it to initng-ifiles.
>
> If you need more help, do not hesitate to mail me directly ;).
--
_______________________________________________
Initng mailing list
[email protected]
http://jw.dyndns.org/mailman/listinfo/initng