에이전트는 서비스로 실행되고 시스템 다시 시작 시 자동으로 다시 시작되어야 합니다.
# description: The IBM Rational Build Forge Agent serves build requests
# from the IBM Rational Build Forge Management Console.
service bfagent
{
disable = no
flags = REUSE
socket_type = stream
wait = no
user = root
server = /usr/local/bin/bfagent
log_on_failure += USERID
}
bfagent -s
이 옵션을 사용하면, 에이전트가 백그라운드로 이동되어 연결 청취를 시작합니다. 컴퓨터를 시작할 때 에이전트가 자동으로 시작되도록 시작 스크립트에 이 명령을 배치합니다.