#!/bin/sh

# Note: argument stucture changed in alpha 37: 
#   -set <variable> <value> is now the preferred way to set a configuration variable.
# 	+set <variable> <value> and +<command> are only applied after engine initialization.
exec /usr/lib64/unvanquished/daemonded -libpath /usr/lib64/unvanquished/ -pakpath /usr/share/unvanquished/pkg -curses "$@"
