X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/hmcfgusb/blobdiff_plain/1ee8653afbf410ed34f9dbc18ffe4beaf3c159e4..53dbc699f936e7025e7f8d3dad18f62216e3c734:/debian/hmland.default diff --git a/debian/hmland.default b/debian/hmland.default new file mode 100644 index 0000000..60ba9d2 --- /dev/null +++ b/debian/hmland.default @@ -0,0 +1,22 @@ +# Defaults for hmland initscript +# sourced by /etc/init.d/hmland +# installed at /etc/default/hmland by the maintainer scripts + +# +# This is a POSIX shell fragment +# + +# Is hmland enabled? +HMLAND_ENABLED="1" + +# Port hmland is listening on +HMLAND_PORT="1000" + +# Enable logging to /var/log/hmland.log +#HMLAND_LOGGING="yes" +HMLAND_LOGGING="no" + +# Additional options that are passed to hmland. +# e.g. to listen on localhost only: +#HMLAND_OPTS="-l 127.0.0.1" +HMLAND_OPTS=""