blob: a485b12d221e63d47f8ecf8e28e2fd9d3a934478 (
plain)
1
2
3
4
5
6
7
8
9
|
# User and group the server should run as
ut2004_ded_user="@USER@"
ut2004_ded_group="@GROUP@"
# Directory to use for HOME
ut2004_ded_home="@HOME@"
# Any extra options you want to pass to the server
ut2004_ded_opts="DM-Deck17"
|