To run the configuration daemon Dr.Web ConfigD, type the following command in the command line:
$ <opt_dir>/bin/drweb-configd [<parameters>]
|
The configuration daemon Dr.Web ConfigD can process the following options:
Parameter
|
Description
|
--help
|
Function: Output short help information about command-line parameters to the console or to the terminal emulator and to exit upon completion.
Short form: -h
Arguments: None.
|
--version
|
Function: Output information about the version of this component to the console or to the terminal emulator and to exit after completion.
Short form: -v
Arguments: None.
|
--config
|
Description: Use the specified configuration file for further operation.
Short form: -c
Arguments: <path to the file>—the path to the configuration file that you want to use.
|
--daemonize
|
Description: Run the component in daemon mode.
Short form: -d
Arguments: None.
|
--pid-file
|
Description: Use the specified PID file for further operation.
Short form: -p
Arguments: <path to the file>—the path to a file into which you would like to the process ID (PID) to be Stored.
|
Example:
$ /opt/drweb.com/bin/drweb-configd -d -c /etc/opt/drweb.com/drweb.ini
|
The command runs Dr.Web ConfigD as a daemon which uses the following configuration file: /etc/opt/drweb.com/drweb.ini.
Startup Notes
To enable the operation of Dr.Web for UNIX File Servers, Dr.Web ConfigD must run as a daemon. During the standard booting, Dr.Web ConfigD starts automatically at the start of the operating system; for this purpose Dr.Web ConfigD comes together with a standard management script drweb-configd located in the standard OS directory (for GNU/Linux—/etc/init.d/; for FreeBSD—/usr/local/etc/rc.d/). To manage the operation of the component, you can use the Dr.Web Ctl command-line management tool for Dr.Web for UNIX File Servers (it is called by using the drweb-ctl command).
|
To get documentation on this component from the command line, run the following command: man 1 drweb-configd.
|
|