bug-guix
[Top][All Lists]
Advanced

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

bug#43567: wpa supplicant service depends on 'dbus-system''s service, ev


From: calcium
Subject: bug#43567: wpa supplicant service depends on 'dbus-system''s service, even when config says (dbus? #f)
Date: Tue, 22 Sep 2020 19:53:27 +0200

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.





reply via email to

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