mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
services: desktop: Fix define for the upower-service procedure.
* gnu/services/desktop.scm (upower-service): Fill in the replacement for upower-service.
This commit is contained in:
parent
c2e5047468
commit
bb65f66ce0
1 changed files with 1 additions and 0 deletions
|
@ -306,6 +306,7 @@ (define-deprecated (upower-service #:key (upower upower)
|
|||
(time-critical 300)
|
||||
(time-action 120)
|
||||
(critical-power-action 'hybrid-sleep))
|
||||
upower-service-type
|
||||
"Return a service that runs @uref{http://upower.freedesktop.org/,
|
||||
@command{upowerd}}, a system-wide monitor for power consumption and battery
|
||||
levels, with the given configuration settings. It implements the
|
||||
|
|
Loading…
Reference in a new issue