Re: Start ModemManager service after Polkit service

2019-03-12 Thread Aleksander Morgado
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

Start ModemManager service after Polkit service

2019-03-12 Thread Stelling2 Carsten
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