mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
- Based on suggestion from Benedek[1]. Links 1) https://salsa.debian.org/freedombox-team/freedombox/-/issues/2514#note_608054 Tests: - On Trixie, freshly install minetest server. The server is successfully running. Command line for the process shows that gameid is minetest_game. Configuration file is /etc/luanti/default.conf. - Update configuration. The update is successful. The configuration /etc/minetest/minetest.conf is created. The server command line shows using /etc/minetest/minetest.conf as the configuration file. - On Bookworm, freshly install minetest server. The server is running. Updating configuration works. Command line shows that /etc/minetest/minetest.conf is being used. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>