mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-25 21:07:18 +00:00

Prefixing all system and group names with the underscore is recommended by the systemd developers. This reverts commit d6d2a4f9967be5cce600d581eabf252138ef79ac.
12 lines
179 B
Plaintext
12 lines
179 B
Plaintext
[Unit]
|
|
Description=Wesnoth Multiplayer Server Daemon
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=%bindir/wesnothd
|
|
User=_wesnoth
|
|
Group=_wesnoth
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|