/etc/init/powerd.conf is in powerd 0.14+14.04.20140415-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 | author "Michael Frey <michael.frey@canonical.com>"
start on started dbus and android
respawn
env ANDROID_ROOT=/system
#uncomment the line below to enable debugging
#env POWERD_DEBUG=1
exec /usr/bin/powerd
|