This file is indexed.

/usr/games/minetestserver is in minetest-server 0.4.13+repack-1build1.

This file is owned by root:root, with mode 0o755.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
#!/bin/sh
set -e

exec /usr/lib/minetest/minetestserver \
    --config /etc/minetest/minetest.conf \
    --logfile /var/log/minetest/minetest.log \
    "$@"