This file is indexed.

/lib/systemd/system/syncthing-resume.service is in syncthing 0.14.18+dfsg1-2+b1.

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
[Unit]
Description=Restart Syncthing after resume
Documentation=man:syncthing(1)
After=suspend.target

[Service]
Type=oneshot
ExecStart=-/usr/bin/pkill -HUP -x syncthing

[Install]
WantedBy=suspend.target