local.preconf 153 B

123456
  1. if [ -s /etc/of.conf ]; then
  2. echo "running collector"
  3. /usr/local/sbin/nfacctd -f /etc/of.conf
  4. else
  5. echo "skipping collector startup with empty config"
  6. fi