/usr/share/upstart/sessions/smart-scopes-proxy.conf is in libunity-scopes1.0 1.0.4+16.04.20160402.4-0ubuntu1.
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 | description "Smart scopes proxy"
author "Marcus Tomlinson <marcus.tomlinson@canonical.com>"
start on scope-ui-starting
stop on desktop-end
respawn
respawn limit 10 60
expect stop
exec /usr/lib/x86_64-linux-gnu/unity-scopes/smartscopesproxy upstart
|