This file is indexed.

/usr/lib/systemd/user/msyncd.service 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
[Unit]
Description=Sync FW daemon
Requires=dbus.socket booster-qt5.service
After=pre-user-session.target booster-qt5.service

[Service]
# -G (--global-syms) so that msyncd's plugins can find symbols in msyncd and
#     in the libraries msyncd is linked to.
ExecStart=/usr/bin/invoker -G -o -s --type=qt5 /usr/bin/msyncd
Restart=always

[Install]
WantedBy=user-session.target