summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorManuel Reimer <manuel.reimer@gmx.de>2013-03-27 18:01:26 +0100
committerManuel Reimer <manuel.reimer@gmx.de>2013-03-27 18:01:26 +0100
commitd60ac12be02dd44bfb576f390c24d3117b280bd1 (patch)
treebe02b439b49516adfdfb173c7e223f3c9adf482b /README
downloadvdrpbd-0.0.1.tar.gz
vdrpbd-0.0.1.tar.bz2
Initial commitv0.0.1
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 16 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..a650648
--- /dev/null
+++ b/README
@@ -0,0 +1,16 @@
+VDR ACPI power button handling daemon (vdrpbd)
+----------------------------------------------
+
+vdrpbd is meant to be used as a replacement to the usually used "acpid", for
+VDR based HTPC systems. As it is developed specially for VDR systems.
+
+Features:
+- Faster than acpid with all the required external scripts.
+- Emergency reboot feature. You don't loose the power button as safe emergency
+ exit button. Just press it four times within three seconds and a clean reboot
+ is triggered.
+- Very easy to set up. If you want, you can just copy the "vdrpbd" file to your
+ VDR system and execute it. VDR should react to the power button immediately!
+- Systemd integration. If systemd is detected, then vdrpbd tries to register
+ itself as "power button inhibitor". The module "Net::DBus" is required for
+ this to work.