1#
2# Local configuration sample options for radium daemons
3#
4# This file is sourced by /etc/init.d/radium
5#
6# Sample values
7# Default option - just be a daemon and read config from /etc/radium.conf
8  DAEMON_ARGS="-d"
9#
10# Monitoring on the default argus port with argus configured  using 562
11# DAEMON_ARGS="-d -P 561 -S localhost:562"
12#
13#  Where radium  is installed (override for testing)
14  ARGUSDIR=/usr/sbin
15