GNU cfengine
6.3.1 Installation of cfservd
To install the cfservd daemon component, you will need to register a
port for cfengine by adding the following line to the system file
`/etc/services file'
You could do this for all hosts by adding the following to your
cfengine configuration
| |
editfiles:
{ /etc/services
AppendIfNoSuchLine "cfengine 5308/tcp"
}
|
To start cfservd at boot time, you need to place a line
of the following type in your system startup files:
| |
# Start cfengine server
cfservd
|
Note that cfservd will re-read its configuration file whenever
it detects that it has been changed, so you should not have to restart
the daemon, not send it the HUP signal as with other daemons.