This file is indexed.

/usr/lib/x86_64-linux-gnu/bamf/bamfdaemon-dbus-runner is in bamfdaemon 0.5.3~bzr0+16.04.20160415-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
#!/bin/bash

if [ -n "$UPSTART_SESSION" ]; then
  /sbin/initctl start bamfdaemon
else
  /usr/lib/x86_64-linux-gnu/bamf/bamfdaemon
fi