This file is indexed.

/etc/zentyal/events.conf is in zentyal-core 2.3.4.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# events.conf - configuration file for Zentyal events module.
#
# This file contains the settings for the runit finisher which is intended
# to be called after finishing every Zentyal managed service in order to check if the service
# is restarted a lot sometimes within a fixed time. If it is so, the
# Zentyal module which is charged of it will be stopped.
#
# Everything after a '#' character is ignored
#
# All whitespace is ignored
#
# Config keys are set this way:
#
# key = value
#
# They may contain comments at the end:
#
# key = value # this is ignored

# Maximum restarting tries
restart_max = 10

# Time interval when the tries will be done (in seconds)
time_interval = 60