This file is indexed.

/lib/systemd/system/bley.service is in bley 2.0.0-2.

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
[Unit]
Description=Bley greylisting daemon
Wants=postgresql.service mysql.service
After=network.target remote-fs.target nss-lookup.target postgresql.service mysql.service

[Service]
Type=forking
User=bley
RuntimeDirectory=bley
ExecStart=/usr/bin/bley -c /etc/bley/bley.conf -c /etc/bley/dbconfig-common.conf -p /run/bley/bley.pid
PIDFile=/run/bley/bley.pid

[Install]
WantedBy=multi-user.target