mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-02-11 08:23:49 +00:00
minetest: Provide default gameid argument
Since Minetest 5.8.0, there is no longer a "default" game, so the --gameid argument must be used to select a game (from the list at https://content.luanti.org/packages/?type=game). Set minetest_game as the default game for FreedomBox. In the future, we can consider providing a list of popular game IDs, or allow a custom game ID. Work around for Debian bug #1090067. Closes: #2445. Tests: - Install Minetest on Debian testing. The service is running. Able to connect a client to the server. Signed-off-by: James Valleroy <jvalleroy@mailbox.org> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
1b9d178502
commit
b1087b7650
@ -0,0 +1,4 @@
|
||||
# Workaround for Debian bug #1090067
|
||||
[Service]
|
||||
ExecStart=
|
||||
ExecStart=/usr/lib/minetest/minetestserver --config /etc/minetest/minetest.conf --logfile /var/log/minetest/minetest.log --gameid minetest_game
|
||||
Loading…
x
Reference in New Issue
Block a user