rc.g15daemon.conf 298 B

12345678910
  1. #!/bin/sh
  2. # Plugin configuration file read by rc.15daemon.
  3. # Put the path to the plugin executable in PLUGINS[n] and command-line parameters in PLUGIN_PARAMS[n].
  4. # Sample plugin entry for g15stats:
  5. # PLUGINS[0]="/usr/bin/g15stats"
  6. # PLUGIN_PARAMS[0]="-i eth0 -d"
  7. PLUGINS[0]=""
  8. PLUGIN_PARAMS[0]=""