This file is indexed.

/etc/default/fp-facilitator is in flashproxy-facilitator 1.7-2.

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
# Change to "yes" to run the service.
RUN_DAEMON="no"

# Uncomment this to log potentially sensitive information from your users.
# This may be useful for debugging or diagnosing functional problems, but
# should be avoided in most other cases.
#UNSAFE_LOGGING="yes"

# Set the port for this service to listen on.
# If not set, uses the default (9002).
#PORT=9002