Hey,
> It would be fine, if the “service installer” adds the polkit.service
> dependency, if MM is compiled with --with-polkit=yes.
>
Yes, makes sense. Could you open a new Issue here so that we track the
change? https://gitlab.freedesktop.org/mobile-broadband/ModemManager/issues
--
Aleksander
Hi,
Occasionally, I can see that the ModemManager service starts before Polkit
service, which results in D-Bus errors (permission denied).
To prevent this wrong start order during boot, I've added
'Requires=polkit.service' and 'After=polkit.service' to MM's systemd unit file.
[Unit]
Descriptio