Skip to content

Commit

Permalink
use a distinct binary for daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
guillomovitch committed Jul 9, 2012
1 parent 7f96303 commit 0b55d1a
Show file tree
Hide file tree
Showing 3 changed files with 485 additions and 73 deletions.
14 changes: 0 additions & 14 deletions fusioninventory-agent
Expand Up @@ -23,8 +23,6 @@ GetOptions(
'conf-file=s',
'config=s',
'color',
'daemon|d',
'no-fork',
'debug+',
'delaytime=s',
'force|f',
Expand All @@ -38,15 +36,11 @@ GetOptions(
'logfile=s',
'logfile-maxsize=i',
'no-category=s',
'no-httpd',
'no-ssl-check',
'no-task=s',
'no-p2p',
'password|p=s',
'proxy|P=s',
'httpd-ip=s',
'httpd-port=s',
'httpd-trust=s',
'scan-homedirs',
'server|s=s',
'tag|t=s',
Expand Down Expand Up @@ -150,12 +144,6 @@ B<fusioninventory-agent> [options] [--server server|--local path]
--no-ssl-check do not check server SSL certificates (false)
--timeout connection timeout (180)
Web interface options
--no-httpd disable embedded web server (false)
--httpd-ip=IP network interface to listen to
--httpd-port=PORT network port to listen to (62354)
--httpd-trust=RANGE trust requests from range without authentication token (false)
Logging options
--logger=BACKEND logger backend [Stderr|File|Syslog] (Stderr)
--logfile=FILE log file
Expand All @@ -169,8 +157,6 @@ B<fusioninventory-agent> [options] [--server server|--local path]
Execution mode options
-w --wait=DURATION maximum delay before execution, in seconds
-d --daemon run the agent as a daemon (false)
--no-fork don't fork in background (false)
--debug debug mode (false)
--version print the version and exit
Expand Down

0 comments on commit 0b55d1a

Please sign in to comment.