]>
Commit | Line | Data |
---|---|---|
53dbc699 MG |
1 | # Defaults for hmland initscript |
2 | # sourced by /etc/init.d/hmland | |
3 | # installed at /etc/default/hmland by the maintainer scripts | |
4 | ||
5 | # | |
6 | # This is a POSIX shell fragment | |
7 | # | |
8 | ||
9 | # Is hmland enabled? | |
10 | HMLAND_ENABLED="1" | |
11 | ||
12 | # Port hmland is listening on | |
13 | HMLAND_PORT="1000" | |
14 | ||
15 | # Enable logging to /var/log/hmland.log | |
16 | #HMLAND_LOGGING="yes" | |
17 | HMLAND_LOGGING="no" | |
18 | ||
19 | # Additional options that are passed to hmland. | |
20 | # e.g. to listen on localhost only: | |
21 | #HMLAND_OPTS="-l 127.0.0.1" | |
22 | HMLAND_OPTS="" |