/usr/share/upstart/sessions/account-polld.conf is in account-polld 0.1+16.04.20160308.1-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 | description "account-polld checks for notifications for twitter and gmail and passes them on to the Ubuntu Push Postal service"
start on started ubuntu-push-client
stop on stopping ubuntu-push-client
exec /usr/bin/account-polld
|