This file is indexed.

/etc/init/apport-noui.conf is in apport-noui 2.20.1-0ubuntu2.

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
description "Process error reports when automatic reporting is enabled"
author "Evan Dandrea <evan.dandrea@canonical.com>"

start on (
    file FILE=/var/crash/*.crash EVENT=create
)


instance $MATCH
script
    [ -e /var/lib/apport/autoreport ] || exit 0
    /lib/udev/watershed /usr/share/apport/whoopsie-upload-all
end script