This file is indexed.

/lib/systemd/system/tcpcryptd.service is in tcpcryptd 0.5-1build1.

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=tcpcrypt daemon for automatic transparent encryption of TCP sessions
Documentation=man:tcpcryptd(8)
After=network.target

[Service]
EnvironmentFile=/etc/default/tcpcryptd
ExecStartPre=/usr/share/tcpcryptd/iptables.sh start
ExecStart=/usr/bin/tcpcryptd -p "$DIVERT_PORT" -U "$DAEMON_USER" -J "$JAIL_DIR" -e -f
ExecStopPost=/usr/share/tcpcryptd/iptables.sh stop

[Install]
WantedBy=multi-user.target