This file is indexed.

/lib/systemd/system/groonga-server-gqtp.service is in groonga-server-gqtp 8.0.0-1.

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
[Unit]
Description=Groonga full text search GQTP server
Documentation=http://groonga.org/docs/server/package.html#groonga-server-gqtp
Wants=network-online.target
After=network-online.target

[Service]
Type=simple
EnvironmentFile=-/etc/default/groonga-server-gqtp
User=groonga
Group=groonga
ExecStart=/usr/bin/groonga --protocol gqtp --bind-address $ADDRESS --log-path $LOG_PATH --query-log-path $QUERY_LOG_PATH --port $PORT -s $DATABASE

[Install]
WantedBy=multi-user.target