/lib/systemd/system/crossfire-server.service is in crossfire-server 1.71.0+dfsg1-1build1.
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 | [Unit]
Description=Crossfire networked graphical RPG/adventure game server
RequiresMountsFor=/var/log/crossfire /var/games/crossfire /usr/share/games/crossfire
After=network.target
[Service]
ExecStart=/usr/sbin/crossfire-server -log /var/log/crossfire/logfile
User=games
Group=games
StandardOutput=null
UMask=002
|