summaryrefslogtreecommitdiff
path: root/conf.d.BSD
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-11-20 15:20:51 +0000
committerRoy Marples <roy@marples.name>2007-11-20 15:20:51 +0000
commit2ae90aa765603bca4a6644774f3b9bcb32fce861 (patch)
tree49f3b3e311405d9d41bbff9711609772c2f1fae5 /conf.d.BSD
parent3ec2cc50261f37b76e0eba80735319272d3f3062 (diff)
downloadopenrc-2ae90aa765603bca4a6644774f3b9bcb32fce861.tar.gz
openrc-2ae90aa765603bca4a6644774f3b9bcb32fce861.tar.bz2
openrc-2ae90aa765603bca4a6644774f3b9bcb32fce861.tar.xz
Add a powerd init script
Diffstat (limited to 'conf.d.BSD')
-rw-r--r--conf.d.BSD/powerd7
1 files changed, 7 insertions, 0 deletions
diff --git a/conf.d.BSD/powerd b/conf.d.BSD/powerd
new file mode 100644
index 0000000..ef45e5a
--- /dev/null
+++ b/conf.d.BSD/powerd
@@ -0,0 +1,7 @@
+# Mode allowed: maximum, minimum, adaptive
+# Default unless specified is adaptive
+AC_MODE="maximum"
+#BATTERY_MODE="minimum"
+
+# Addiditonal arguments for powerd
+POWERD_OPTS=""