/usr/share/upstart/sessions/msyncd.conf is in buteo-syncfw 0.7.21+16.04.20151216.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 7 8 9 10 11 12 13 14 15 | description "address-book-service"
author "Bill Filler <bill.filler@canonical.com>"
start on started unity8-dash
stop on runlevel [06]
# give some time to nm be ready
pre-start script
sleep 10;
initctl set-env MSYNCD_LOGGING_LEVEL=6
end script
respawn
exec /usr/bin/msyncd
|