summaryrefslogtreecommitdiff
blob: 49208434909baca5c570561d1f9ccc2375d80923 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Config file for /etc/init.d/sancp

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