This file is indexed.

/usr/share/doc/skytools/conf/scriptmgr.ini.templ is in skytools 2.1.12-6.

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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[scriptmgr]
job_name = scriptmgr_cphdb5
config_list = ~/dbscripts/conf/*.ini, ~/random/conf/*.ini
logfile = ~/log/%(job_name)s.log
pidfile = ~/pid/%(job_name)s.pid
#use_skylog = 1

#
# defaults for services
#
[DEFAULT]
cwd = ~/dbscripts
args = -v

#
# service descriptions
#

[cube_dispatcher]
script = cube_dispatcher.py

[table_dispatcher]
script = table_dispatcher.py

[bulk_loader]
script = bulk_loader.py

[londiste]
script = londiste.py
args = replay

[pgqadm]
script = pgqadm.py
args = ticker

#
# services to be ignored
#

[log_checker]
disabled = 1