diff options
Diffstat (limited to 'net-misc/ip-sentinel/files/ip-sentinel.conf.d')
-rw-r--r-- | net-misc/ip-sentinel/files/ip-sentinel.conf.d | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-misc/ip-sentinel/files/ip-sentinel.conf.d b/net-misc/ip-sentinel/files/ip-sentinel.conf.d new file mode 100644 index 000000000000..d61fc9f5bfc9 --- /dev/null +++ b/net-misc/ip-sentinel/files/ip-sentinel.conf.d @@ -0,0 +1,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" |