This file is indexed.

/etc/zentyal/hooks/template.presetconf is in zentyal-core 2.3.4.

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

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
#!/bin/sh

# This is a sample presetconf script.

# presetconf scripts are run before the configuration for a given module is
# written. The module will check if an executable file called
# <module>.presetconf exists in /etc/zentyal/hooks and will try to run it

# Copy this file or create a script with the appropriate name if you want
# to run some customization script before a module writes its configuration

exit 0