mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
5956ee581d
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
9 lines
298 B
Bash
9 lines
298 B
Bash
#!/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]=""
|