unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#43567: wpa supplicant service depends on 'dbus-system''s service, even when config says (dbus? #f)
@ 2020-09-22 17:53 calcium
  2020-09-24 18:20 ` Marius Bakke
  0 siblings, 1 reply; 2+ messages in thread
From: calcium @ 2020-09-22 17:53 UTC (permalink / raw)
  To: 43567

It seems that even when disabling dbus for
wpa-supplicant, the service `dbus-system' is started for
wpa-supplicant.
And trying to stop it with 'herd stop dbus-system' also
stop the wpa-supplicant service (which should not depend on dbus when
configured with (dbus? #f))

```
(service wpa-supplicant-service-type
         (wpa-supplicant-configuration
          (dbus? #f)))
```

Thanks.




^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#43567: wpa supplicant service depends on 'dbus-system''s service, even when config says (dbus? #f)
  2020-09-22 17:53 bug#43567: wpa supplicant service depends on 'dbus-system''s service, even when config says (dbus? #f) calcium
@ 2020-09-24 18:20 ` Marius Bakke
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2020-09-24 18:20 UTC (permalink / raw)
  To: calcium, 43567-done

[-- Attachment #1: Type: text/plain, Size: 500 bytes --]

calcium <calcium@disroot.org> writes:

> It seems that even when disabling dbus for
> wpa-supplicant, the service `dbus-system' is started for
> wpa-supplicant.
> And trying to stop it with 'herd stop dbus-system' also
> stop the wpa-supplicant service (which should not depend on dbus when
> configured with (dbus? #f))
>
> ```
> (service wpa-supplicant-service-type
>          (wpa-supplicant-configuration
>           (dbus? #f)))
> ```

Fixed in d48b17adb91d68acf6fb3f321c05102fcc8c39eb, thanks!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-09-24 18:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-22 17:53 bug#43567: wpa supplicant service depends on 'dbus-system''s service, even when config says (dbus? #f) calcium
2020-09-24 18:20 ` Marius Bakke

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).