Blob Blame History Raw
# anyterm daemon configuration variables

# command which anyterm will launch when client connects.
# ANYTERM_CMD=/usr/libexec/anyterm/anyterm-cmd

# port which anytermd will listen on
# ANYTERM_PORT=81

# user anyterm will run as
# ANYTERM_USER=anyterm

# toggle the 'local only' flag
#  (whether anyterm will or will not
#   accept connections from hosts other
#   than localhost)
# ANYTERM_LOCAL_ONLY=true

# character set anyterm will use
# ANYTERM_CHARACTER_SET=UTF8

# subsys lock file to use
# ANYTERM_LOCKFILE=/var/lock/subsys/anyterm