/usr/share/upstart/sessions/address-book-service.conf is in address-book-service 0.1.1+14.04.20140408.3-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 | description "address-book-service"
author "Bill Filler <bill.filler@canonical.com>"
start on started unity8
stop on session-end
respawn
exec /usr/lib/arm-linux-gnueabihf/address-book-service/address-book-service
|