aboutsummaryrefslogtreecommitdiff
path: root/misc/g15daemon/rc.g15daemon.conf
diff options
context:
space:
mode:
authorAlan Alberghini <414N@slacky.it>2011-09-07 23:15:17 -0400
committerNiels Horn <niels.horn@slackbuilds.org>2011-09-21 19:48:31 -0300
commit5956ee581d602e2cadcc7d24fb7d9958040480d4 (patch)
tree565e4df6d456034a0c671fb3ea48b39175dfa691 /misc/g15daemon/rc.g15daemon.conf
parentf640bfb8573e7cf161d8f1ac0a368cadc81eb3e5 (diff)
misc/g15daemon: Patch to fix Gn keys and suspend fixes.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'misc/g15daemon/rc.g15daemon.conf')
-rw-r--r--misc/g15daemon/rc.g15daemon.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/misc/g15daemon/rc.g15daemon.conf b/misc/g15daemon/rc.g15daemon.conf
new file mode 100644
index 000000000000..e5ca515fb7fc
--- /dev/null
+++ b/misc/g15daemon/rc.g15daemon.conf
@@ -0,0 +1,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]=""