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 |