RunAsUser
{UID | user name}
|
The name of the user as whom the component runs. The user name can be specified either as the user numerical UID or as the user login. If the user name consists of numbers (i.e. similar to numerical UID), it is specified with the “name:” prefix, for example: RunAsUser = name:123456.
When a user name is not specified, the component terminates with an error at 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) inclusive.
If the None value is set, the component will function indefinitely; the SIGTERM signal will not be sent if the component goes idle.
Default value: None if the drweb-scanning-server package is installed, 10m otherwise
|