i think it doesen't fork!
i did not get this sentence:

It may no detach itself from the controlling tty if you 
want to keep your ifile this way.

excuse me but i'm very very niubbbb
M@

On Thu, 2007-06-07 at 21:33 +0200, Eric MSP Veith wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Does the daemon fork? It may no detach itself from the controlling tty if you 
> want to keep your ifile this way.
> 
>       Eric
> 
> On Thursday 07 June 2007, Matteo Landi <[EMAIL PROTECTED]> wrote:
> > 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 ;).
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.7 (GNU/Linux)
> 
> iD8DBQFGaF2bfkUtd7QNU/sRAvs3AJ9eRJ3Rf3ySXuweBxFKcVz7ErQI6wCdHy9K
> zZsUjA/JfAZHOTJY18IV5tA=
> =kzva
> -----END PGP SIGNATURE-----

-- 
_______________________________________________
Initng mailing list
[email protected]
http://jw.dyndns.org/mailman/listinfo/initng

Reply via email to