This file is indexed.

/usr/bin/online-accounts-preferences is in unity-control-center-signon 0.1.8+16.04.20160201-0ubuntu1.

This file is owned by root:root, with mode 0o755.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
#!/bin/sh -e

if test /usr/share/applications/unity-credentials-panel.desktop
then
    unity-control-center credentials $@
else
    credentials-preferences $@
fi