wesnoth/packaging/systemd/wesnothd.service.scons.in
Steve Cotton 91bd96b319 Revert "systemd: drop _ prefix from username"
Prefixing all system and group names with the underscore is
recommended by the systemd developers.

This reverts commit d6d2a4f9967be5cce600d581eabf252138ef79ac.
2024-01-21 01:34:18 +01:00

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