/usr/share/upstart/sessions/ubuntu-push-client.conf is in ubuntu-push-client 0.68+16.04.20160310.2-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 13 | description "ubuntu push notification client-side daemon"
start on started unity8
stop on stopping unity8
# set the media role for sounds to notifications' role
env PULSE_PROP="media.role=alert"
export PULSE_PROP
exec /usr/lib/ubuntu-push-client/ubuntu-push-client
respawn
post-stop exec initctl emit untrusted-helper-type-end HELPER_TYPE=push-helper
|