#!/bin/sh
[ -r conf ] && . ./conf
chpst -U $USER:$GROUP /usr/games/minetestserver $ARGS
exec pause 2>&1
