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

PLUGINS[0]=""
PLUGIN_PARAMS[0]=""