This file is indexed.

/lib/systemd/system/aminer.service is in logdata-anomaly-miner 0.0.7-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
16
[Unit]
Description=AMiner log data mining server
Documentation=man:AMiner(1)

[Service]
Type=simple
ExecStart=/usr/lib/logdata-anomaly-miner/AMiner --Foreground
KillMode=control-group
# Write everything to /dev/null: if AMiner is misconfigured, it
# may detect anonamies in its own log data, thus creating a logging
# loop. You may prefer logging to journal only, which needs journald
# to be reconfigured with "ForwardToSyslog=false".
StandardOutput=null

[Install]
WantedBy=multi-user.target