This file is indexed.

/lib/systemd/system/armagetronad-dedicated.service is in armagetronad-dedicated 0.2.8.3.4-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=Armagetron Advanced multiplayer server
Documentation=man:armagetronad-dedicated(6)
After=network.target
RequiresMountsFor=/var/games/armagetronad

[Service]
Restart=on-failure
User=armagetronad
Group=games
ExecStart=/usr/games/armagetronad-dedicated.real --datadir /usr/share/games/armagetronad --configdir /etc/armagetronad --userdatadir /var/games/armagetronad -d

[Install]
WantedBy=multi-user.target