[Initng] Initng and aMuled
Ismael Luceno
ismael.luceno at gmail.com
Thu Jun 7 11:42:27 CEST 2007
El jueves, 7 de junio de 2007 01:23 +0200, Matteo Landi
<matteo.landi at email.it> 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 ;).
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://jw.dyndns.org/pipermail/initng/attachments/20070607/8f72a06a/attachment.pgp
More information about the Initng
mailing list