mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-22 16:00:25 +00:00

systemd 246+ logs a warning message, because running as "nobody" is unsafe: https://github.com/systemd/systemd/blob/v246/NEWS#L106-L113 Prefix names with underscore, as recommended by systemd documentation: https://www.freedesktop.org/software/systemd/man/latest/sysusers.d.html
6 lines
222 B
Python
6 lines
222 B
Python
Import("env")
|
|
|
|
env.ScanReplace("wesnothd.service", "wesnothd.service.scons.in")
|
|
env.ScanReplace("wesnothd.tmpfiles.conf", "wesnothd.tmpfiles.conf.in")
|
|
env.ScanReplace("wesnothd.sysusers.conf", "wesnothd.sysusers.conf.in")
|