Two Instances of FAHClient running
Posted: Fri Apr 22, 2016 5:11 pm
I was wondering why there is two instances of FAHClient running?
When starting the service these are the instances:
The service script /etc/init.d/FAHClient only starts one instance from what I can see
When starting the service these are the instances:
Code: Select all
fahclient@mintaka:~> ps -aux | grep FAH
fahclie+ 11312 0.0 0.0 21097356 6812 ? Ssl 19:05 0:00 /usr/bin/FAHClient /etc/fahclient/config.xml --run-as fahclient --pid-file=/var/run/fahclient.pid --daemon
fahclie+ 11314 0.1 0.1 623440 12184 ? Sl 19:05 0:00 /usr/bin/FAHClient --child --lifeline 11312 /etc/fahclient/config.xml --run-as fahclient --pid-file=/var/run/fahclient.pid --daemon
Code: Select all
if $QUIET; then
$EXEC $OPTS >/dev/null 2>/dev/null &
else
$EXEC $OPTS &
fi