/usr/share/upstart/sessions/mtp-server.conf is in mtp-server 0.0.3+14.04.20140409-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 | description "MTP protocol server"
start on :sys:android-mtp-on or :sys:android-usb-connected
stop on desktop-end or :sys:android-mtp-off
env GOOGLE_LOGTOSTDERR=1
respawn
exec /usr/bin/mtp-server
|