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 ;).
signature.asc
Description: PGP signature
-- _______________________________________________ Initng mailing list [email protected] http://jw.dyndns.org/mailman/listinfo/initng
