This file is indexed.

/usr/lib/python2.7/dist-packages/slapos/grid/templates/supervisord.conf.in is in slapos-node-unofficial 1.3.18-1.

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
[rpcinterface:supervisor]
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface

[include]
files = %(supervisord_configuration_directory)s/*.conf

[supervisorctl]
serverurl = unix://%(supervisord_socket)s

[supervisord]
loglevel = %(supervisord_loglevel)s
logfile = %(supervisord_logfile)s
logfile_maxbytes = %(supervisord_logfile_maxbytes)s
nodaemon = %(supervisord_nodaemon)s
pidfile = %(supervisord_pidfile)s
logfile-backups = %(supervisord_logfile_backups)s

[unix_http_server]
file=%(supervisord_socket)s
chmod=0700

[eventlistener:watchdog]
command=%(watchdog_command)s
events=PROCESS_STATE_EXITED, PROCESS_STATE_FATAL