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) ```
Maybe the wrong place to ask, but why does the `fwupd` process has to stay in background (IMO) all the time?
`````` x86_64- linux-gnu/ fwupd/fwupd
$ ps aux | grep fwupd
root 3260 0.3 0.4 694272 32924 ? Sl 00:35 0:01 /usr/lib/
``````
All fwupd*.service unit are claimed by `systemctl status` as "inactive (dead)"
``` system/ fwupd.service; static; vendor preset: enabled)
$ systemctl status fwupd.service
● fwupd.service - Firmware update daemon
Loaded: loaded (/lib/systemd/
Active: inactive (dead)
```