diff options
author | Roy Marples <roy@marples.name> | 2007-11-20 15:20:51 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-11-20 15:20:51 +0000 |
commit | 2ae90aa765603bca4a6644774f3b9bcb32fce861 (patch) | |
tree | 49f3b3e311405d9d41bbff9711609772c2f1fae5 /conf.d.BSD | |
parent | 3ec2cc50261f37b76e0eba80735319272d3f3062 (diff) |
Add a powerd init script
Diffstat (limited to 'conf.d.BSD')
-rw-r--r-- | conf.d.BSD/powerd | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/conf.d.BSD/powerd b/conf.d.BSD/powerd new file mode 100644 index 00000000..ef45e5a4 --- /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="" |