[bug#34579] services: desktop: Fix define for the upower-service procedure.

Message ID 20190219205426.29447-1-mail@cbaines.net
State Accepted
Commit bb65f66ce0e5feee2d997a8526e10fc9f31e97fd
Headers show
Series [bug#34579] services: desktop: Fix define for the upower-service procedure. | expand

Checks

Context Check Description
cbaines/applying patch success Successfully applied

Commit Message

Christopher Baines Feb. 19, 2019, 8:54 p.m. UTC
* gnu/services/desktop.scm (upower-service): Fill in the replacement for
upower-service.
---
 gnu/services/desktop.scm | 1 +
 1 file changed, 1 insertion(+)

Comments

Ricardo Wurmus Feb. 20, 2019, 11:58 a.m. UTC | #1
Christopher Baines <mail@cbaines.net> writes:

> * gnu/services/desktop.scm (upower-service): Fill in the replacement for
> upower-service.
> ---
>  gnu/services/desktop.scm | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/gnu/services/desktop.scm b/gnu/services/desktop.scm
> index ce63969dc8..7940f28a26 100644
> --- a/gnu/services/desktop.scm
> +++ b/gnu/services/desktop.scm
> @@ -306,6 +306,7 @@ used by GNOME.")
>                                     (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

Looks fine to me.  Thanks!
Christopher Baines Feb. 24, 2019, 9:49 p.m. UTC | #2
Ricardo Wurmus <rekado@elephly.net> writes:

> Christopher Baines <mail@cbaines.net> writes:
>
>> * gnu/services/desktop.scm (upower-service): Fill in the replacement for
>> upower-service.
>> ---
>>  gnu/services/desktop.scm | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/gnu/services/desktop.scm b/gnu/services/desktop.scm
>> index ce63969dc8..7940f28a26 100644
>> --- a/gnu/services/desktop.scm
>> +++ b/gnu/services/desktop.scm
>> @@ -306,6 +306,7 @@ used by GNOME.")
>>                                     (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
>
> Looks fine to me.  Thanks!

Great, I've pushed this to master now as
bb65f66ce0e5feee2d997a8526e10fc9f31e97fd.

Patch

diff --git a/gnu/services/desktop.scm b/gnu/services/desktop.scm
index ce63969dc8..7940f28a26 100644
--- a/gnu/services/desktop.scm
+++ b/gnu/services/desktop.scm
@@ -306,6 +306,7 @@  used by GNOME.")
                                    (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