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-analyzer/sancp/files/sancp.confd

16 lines
382 B

# Config file for /etc/init.d/sancp
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# Interface to listen on
IFACE="eth0"
# Directory to log in
LOGDIR="/var/log/sancp"
# Default config file
CONF="/etc/sancp/sancp.conf"
# You could add more options :)
SANCP_OPTS="-d $LOGDIR/today -i $IFACE -c $CONF -u sancp -g sancp"