/lib/systemd/system/fwupd-offline-update.service is in fwupd 1.0.6-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 | [Unit]
Description=Updates device firmware whilst offline
Documentation=man:fwupdmgr
OnFailure=reboot.target
ConditionPathExists=/var/lib/fwupd/pending.db
[Service]
ExecStart=/usr/bin/fwupdmgr install-prepared
|