This file is indexed.

/lib/systemd/system/chasquid.service is in chasquid 0.01+git20161124.6479138-2+b2.

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
[Unit]
Description=chasquid mail daemon (service)
Requires=chasquid-smtp.socket chasquid-submission.socket

[Service]
ExecStart=/usr/bin/chasquid

Type=simple
Restart=always

User=chasquid
Group=chasquid

# Simple security measures just in case.
ProtectSystem=full

[Install]
WantedBy=multi-user.target