This file is indexed.

/lib/systemd/system/spampd.service is in spampd 2.42-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
[Unit]
Description=Spam Proxy Daemon
After=network.target local-fs.service

[Service]
EnvironmentFile=-/var/run/spampd/spampd.arguments
ExecStartPre=/usr/share/spampd/process_arguments.sh
ExecStart=/usr/sbin/spampd $SPAMPD_ARGS
Restart=on-failure
PIDFile=/var/run/spampd/spampd.pid

[Install]
WantedBy=multi-user.target