# Set the default action for clicking on the notification icon.
# Valid choices:
# "none" or commented to only see a list of available upgrades.
# "terminal" to run the upgrade in a terminal
# "gui" to run the upgrade in synaptic package manager.

FRONTEND="none"


# Change the terminal if you don't have xterm.
# End your terminal command with the option that runs a command inside the terminal.
# Example:
# TERMINAL_COMMAND="/usr/bin/xfce4-terminal"
# TERMINAL_OPTIONS="-e"

TERMINAL_COMMAND="/usr/bin/xterm"
TERMINAL_OPTIONS="-fa mono -fs 12 -e"


# How often should update-notifier report available updates?
# SUFFIX may be 's' for seconds (the default), 'm' for minutes, 'h' for hours
# or 'd' for days.  NUMBER need not be an integer.
# Default is 6h (six hours).

INTERVAL="6h"


# Debug mode.

# Uncomment to get a verbose log. This log gets cleared on every run.
# For notification runs, the log will be in the user's home.
# For configuration runs, the log will be in root's home.

#DEBUG="1"
