Jul 13, 2003 #1 copperslim Technical User Joined Dec 13, 2002 Messages 101 Location GB where is the three main places you could add the new network daemon/service.
Aug 7, 2003 #2 benjoyner Programmer Joined Aug 7, 2003 Messages 11 Location US If the daemon is a program which has to be started at boot, create a start/stop script and place it in /etc/rc3.d If it is just a service; /etc/services (port info), /etc/xinetd.conf (service monitor), and where ever you installed the program. Upvote 0 Downvote
If the daemon is a program which has to be started at boot, create a start/stop script and place it in /etc/rc3.d If it is just a service; /etc/services (port info), /etc/xinetd.conf (service monitor), and where ever you installed the program.