summaryrefslogtreecommitdiff
blob: d61fc9f5bfc9d98f5f4d4927e9370e296d54273d (plain)
1
2
3
4
5
6
7
8
9
10
11
# Configure which interface for ip-sentinel to listen on.
IFACE="eth0"

# Insert any other options needed
OPTS=""

# If you wish to run ip-sentinel in a chroot, run:
# emerge --config =net-misc/<ip-sentinel-version>
# and un-comment the following line.
# You can specify a different chroot directory but MAKE SURE it's empty.
# CHROOT="/chroot/ip-sentinel"