/lib/systemd/system/apport-noui.service 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 | [Unit]
Description=Process error reports when automatic reporting is enabled
ConditionPathExists=/var/lib/apport/autoreport
[Service]
Type=oneshot
ExecStart=/usr/share/apport/whoopsie-upload-all
|