Comment 7 for bug 1592678

Revision history for this message
林博仁(Buo-ren, Lin) (buo-ren-lin) wrote :

Maybe the wrong place to ask, but why does the `fwupd` process has to stay in background (IMO) all the time?

``````
$ ps aux | grep fwupd
root 3260 0.3 0.4 694272 32924 ? Sl 00:35 0:01 /usr/lib/x86_64-linux-gnu/fwupd/fwupd
``````

All fwupd*.service unit are claimed by `systemctl status` as "inactive (dead)"

```
$ systemctl status fwupd.service
● fwupd.service - Firmware update daemon
   Loaded: loaded (/lib/systemd/system/fwupd.service; static; vendor preset: enabled)
   Active: inactive (dead)
```