This file is indexed.

/lib/systemd/system/inn.service is in inn 1:1.7.2q-44+b2.

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
[Unit]
Description=InterNetNews
Documentation=man:innd(8)
Requires=inn.socket
After=network-online.target
Wants=network-online.target

[Service]
Type=notify
Restart=on-abort
ExecStart=/etc/news/boot
ExecReload=/usr/sbin/ctlinnd -t 20 reload all 'by systemd'
ExecStop=-/usr/sbin/ctlinnd -s -t 20 throttle 'system is going down'
ExecStop=-/usr/sbin/ctlinnd -s -t 20 shutdown 'system is going down'
User=news
Group=news
LimitNOFILE=infinity

[Install]
WantedBy=multi-user.target