This file is indexed.

/lib/systemd/system/argonaut-server.service is in argonaut-server 1.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
[Unit]
Description=Start argonaut-server
Documentation=man:argonaut-server(1)
ConditionPathExists=/usr/sbin/argonaut-server

[Service]
Type=forking
ExecStart=/usr/sbin/argonaut-server
PIDFile=/var/run/argonaut/argonaut-server.pid

[Install]
WantedBy=multi-user.target