Configuration Parameters

The Dr.Web CloudD component uses configuration parameters specified in the [CloudD] section of the unified configuration file of Dr.Web Security Space.

The section contains the following parameters:

Parameter

Description

LogLevel

{logging level}

Logging level of the component.

If a parameter value is not specified, the DefaultLogLevel parameter value from the [Root] section is used.

Default value: Notice

Log

{log type}

Logging method of the component.

Default value: Auto

ExePath

{path to file}

Component executable path.

Default value: /opt/drweb.com/bin/drweb-cloudd

RunAsUser

{UID | user name}

User on behalf of whom the component is started. You can specify either a numerical user identifier (UID) or a user name (login). If the user name consists of numbers (that is, the name is similar to a numerical UID), specify it with the name: prefix, for example, RunAsUser = name:123456.

If the user name is invalid, the component shuts down with an error upon startup.

Default value: drweb

IdleTimeLimit

{time interval}

Maximum idle time for the component. When the specified period of time expires, the component shuts down.

Allowed values: from 10 seconds (10s) to 30 days (30d).
If the None value is set, the component will operate indefinitely; the SIGTERM signal will not be sent if the component goes idle.

Default value: 1h

FixedSocketPath

{path to file}

Path to the Unix socket file of the component fixed instance.

If this parameter is specified, the Dr.Web ConfigD configuration management daemon ensures that there is always a running component instance available to clients via this socket.

Default value: (not specified)

PersistentCache

{On | Off}

Enable or disable saving of the cache of Dr.Web Cloud responses to the disk.

Default value: Off

DebugSdk

{boolean}

Log or do not log detailed messages from Dr.Web Cloud at the debug level (with LogLevel = DEBUG).

Default value: No