bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#63082: [PATCH v2 04/16] services: mpd: Obsolete the 'group' field.


From: Bruno Victal
Subject: bug#63082: [PATCH v2 04/16] services: mpd: Obsolete the 'group' field.
Date: Fri, 5 May 2023 01:38:35 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.1

Hi Maxim,

On 2023-04-29 18:21, Maxim Cournoyer wrote:
> @@ -185,20 +174,13 @@ (define-maybe boolean (prefix mpd-))
>  (define %mpd-user
>    (user-account
>     (name "mpd")
> -   ;; XXX: This is a place-holder to be lazily substituted in (…-accounts)
> -   ;; with the value from the 'group' field of <mpd-configuration>.
> -   (group %lazy-group)
> +   (group "audio")

Perhaps the group should be set to "mpd", with "audio" added to 
supplementary-groups instead?


Cheers,
Bruno





reply via email to

[Prev in Thread] Current Thread [Next in Thread]