To start the Dr.Web ConfigD configuration management daemon from the command line, run the following command:
•for GNU/Linux:
$ /opt/drweb.com/bin/drweb-configd [<parameters>]
|
•for FreeBSD:
$ /usr/local/libexec/drweb.com/bin/drweb-configd [<parameters>]
|
Dr.Web ConfigD accepts the following parameters:
Parameter
|
Description
|
--help
|
Function: Output short help information about command-line parameters to the console or the terminal emulator and shut down the component.
Short form: -h
Arguments: None.
|
--version
|
Function: Output information about the component version to the console or the terminal emulator and shut down the component.
Short form: -v
Arguments: None.
|
--config
|
Function: Use the specified configuration file for further operation.
Short form: -c
Arguments: <path to file>—path to the configuration file to be used.
|
--daemonize
|
Function: Run the component as a daemon; that is, without access to the terminal.
Short form: -d
Arguments: None.
|
--pid-file
|
Function: Use the specified PID file for further operation.
Short form: -p
Arguments: <path to file>—path to the file to store the process identifier (PID).
|
Example:
$ /opt/drweb.com/bin/drweb-configd -d -c /etc/opt/drweb.com/drweb.ini
|
This command runs Dr.Web ConfigD as a daemon, which forces the component to use the configuration file /etc/opt/drweb.com/drweb.ini.
Startup Notes
To enable the operation of Dr.Web Mail Security Suite, the component must run as a daemon. Under normal conditions, Dr.Web ConfigD starts automatically at the startup of the operating system; for this purpose the component is supplied with the drweb-configd management script located in a system directory (/etc/init.d for GNU/Linux or /usr/local/etc/rc.d for FreeBSD). To manage the operation of the component, use the Dr.Web Ctl tool designed to manage Dr.Web Mail Security Suite from the command line (the tool is run with the drweb-ctl command).
|
To get documentation for this component from the command line, run the man 1 drweb-configd command.
|
|