This file is indexed.

/lib/systemd/system/shibd.service is in shibboleth-sp2-utils 2.6.0+dfsg1-4+deb9u1.

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
16
17
18
19
20
21
22
23
[Unit]
Description=Shibboleth Service Provider Daemon
Documentation=man:shibd(8)
Documentation=https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPshibd
After=network.target
Before=apache2.service

[Service]
Type=notify
NotifyAccess=main
User=_shibd
#Environment=LD_LIBRARY_PATH=/opt/shibboleth/lib
ExecStart=/usr/sbin/shibd -f -F
StandardInput=null
StandardOutput=null
StandardError=journal
TimeoutStopSec=1min
TimeoutStartSec=5min
Restart=on-failure
RestartSec=30s

[Install]
WantedBy=multi-user.target