Specifies an action that must be performed on receiving the SIGUSR2
signal.
If this parameter is not specified in the configuration file, the ICAP service updates the database on receiving the signal.
Path
ICAPSettings > USR2SignalAction
Attributes
This element has no attributes.
Possible values
This element has the following possible values.
USR2SignalAction element possible values
Value |
Description |
---|---|
|
Reloads the database without updating it. It is assumed that the files in the database directory are already up to date and must be reloaded. |
|
Updates and reloads the database by using the built-in functionality of Kaspersky Scan Engine. |
|
Closes all log files in syslog format that are being opened, then opens them again for writing logs at the end of these files. If the files are missed, the ICAP plugin will create them. This setting allows rotating the logs by using the logrotate utility in default mode or when the create directive is used. |
Example
The following is an example of this element.
<USR2SignalAction>reopen-log</USR2SignalAction> |