/lib/systemd/system/wesnoth-1.12-server.service is in wesnoth-1.12-server 1:1.12.5-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 | [Unit]
Description=Wesnoth Multiplayer Server Daemon
After=network.target
[Service]
ExecStart=/usr/games/wesnothd-1.12
User=nobody
[Install]
WantedBy=multi-user.target
|