This file is indexed.

/lib/systemd/system/pokerth-server.service is in pokerth-server 1.1.1-7.

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=PokerTH multiplayer server
Documentation=man:pokerth_server(6)
After=network.target
RequiresMountsFor=/var/games/pokerth-server

[Service]
Type=forking
Restart=on-failure
User=_pokerth
ExecStart=/var/games/pokerth-server/pokerth_server
PIDFile=/var/games/pokerth-server/.pokerth/log-files/pokerth.pid
StandardOutput=null

[Install]
WantedBy=multi-user.target