I just realized that the fahclient was running on this machine (running CentOS). I had installed it several days ago and attempted to install fahcontrol. I failed and also didn't realize that the client is set to run as a service by default.
How do I configure the client to not start automatically or add the one-unit flag?
I found the config.xml file, but I don't know what needs to be entered or what the syntax is.
I keep getting the following with my attempts at configuring the client.
- Code: Select all
[tom@localhost init.d]$ sudo /etc/init.d/FAHClient start --configure
Syntax: /etc/init.d/FAHClient [OPTIONS] <COMMAND> [-- [OPTIONS]]
COMMANDS:
start Start client
stop Stop client
restart Full stop then restart client
reload Respawn client process
status Print client status
log Tail the client log
OPTIONS:
-u <user> Run as this user.
-h <home> Run in this directory.
-v Be verbose. Show WS output
Any options after a '--' will be passed on to the client.
Invalid argument '--configure'
[tom@localhost init.d]$