/lib/systemd/system/ufoai-server.service is in ufoai-server 2.5-3.
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=UFO Alien Invasion dedicated server
Documentation=man:ufoai-server(6)
After=network.target
RequiresMountsFor=/var/games/ufoai-server
[Service]
Restart=on-failure
User=Debian-ufoai
Group=games
ExecStart=/usr/lib/ufoai-server/ufoded +exec debian_server.cfg
[Install]
WantedBy=multi-user.target
|