cjdns.servis 491 B

123456789101112131415
  1. # /etc/default/cjdns
  2. # This is the config file for cjdns.sh and the system v init script
  3. # Path to the cjdroute binary. Defaults to the current directory: "$(dirname $0)"
  4. CJDPATH="/usr/bin"
  5. # Full path to the cjdroute binary. Defaults to: "${CJDPATH}/cjdns/cjdroute"
  6. CJDROUTE="${CJDPATH}/cjdroute"
  7. # Full path to the configuration file. Defaults to: "${CJDPATH}/cjdroute.conf"
  8. CONF="/etc/cjdroute.conf"
  9. # Path to the log file. Defaults to disabled logging: "/dev/null"
  10. LOGTO="/dev/null"