all messages for Guix-related lists mirrored at yhetil.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

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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.