diff options
author | Robby Workman <rw@rlworkman.net> | 2010-07-07 05:55:23 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2010-07-07 05:55:23 -0400 |
commit | 75fd3438bd1f50d0382fc284a9438da929997bcf (patch) | |
tree | 713872ad3997be1fd452f437b941ff177449ca25 /system/upower/README | |
parent | 151b215a699dbfcf2d944381f458ff2e1ae53815 (diff) | |
download | slackbuilds-75fd3438bd1f50d0382fc284a9438da929997bcf.tar.gz |
system/upower: Added (power management abstraction daemon)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/upower/README')
-rw-r--r-- | system/upower/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/system/upower/README b/system/upower/README new file mode 100644 index 0000000000..e18c3e7054 --- /dev/null +++ b/system/upower/README @@ -0,0 +1,5 @@ +UPower is an abstraction for enumerating power devices, listening to device +events and querying history and statistics. Any application or service on +the system can access the org.freedesktop.UPower service via the system +message bus. Some operations (such as suspending the system) are restricted +using PolicyKit. |