This file is indexed.

/etc/sunflowrc is in sunflow 0.07.2.svn396+dfsg-16.

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
# Sunflow wrapper configuration file
#
# Please refer to sunflow(1) for the list of supported options.
# Uncomment and adjust the variables at your convenience.
#
# One can overwrite these settings using a ~/.sunflowrc file,
# or using environment variables.

# Do not use the default "java" binary, handled via alternatives, but
# another virtual machine:
#
# export SUNFLOW_JAVA=/path/to/some/jvm

# Automatically pass these options to the java interpreter. In this example:
#  - start the VM server
#  - use a memory upper limit of 500M
#
# Note that the use of quotation marks if more than one option is passed
# is important.
#
# export SUNFLOW_JAVA_OPTIONS="-server -Xmx500M"

# Automatically pass these options to sunflow.
#
# export SUNFLOW_OPTIONS=""