You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-misc/ip-sentinel/files/ip-sentinel.conf.d

12 lines
357 B

# 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"