This file is indexed.

/lib/systemd/system/icegridregistry.service is in zeroc-icegrid 3.6.3-5.

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
#
# Copyright (c) 2007-2016 ZeroC, Inc. All rights reserved.
#

[Unit]
Description=The IceGrid registry daemon.\
IceGrid is the server deployment and monitoring for the Internet\
Communications Engine (Ice). An IceGrid domain consists of one master\
registry, zero or more slave registries, and zero or more IceGrid nodes.
Documentation=man:icegridregistry(1)
Documentation=https://doc.zeroc.com/display/Ice/icegridregistry
Before=icegridnode.service
After=network.target

[Service]
ExecStart=/usr/bin/icegridregistry --Ice.Config=/etc/icegridregistry.conf
KillMode=process
User=ice

[Install]
WantedBy=multi-user.target