fwupd/data/motd
Mario Limonciello d81ea2e3fc Move MOTD population into the daemon
This allows it to be refreshed anytime the daemon updates rather
than once a day by a systemd job.

As part of this change, remove the logging from `fwupdmgr` which
was only used for motd purposes.
2020-01-16 10:33:43 -06:00
..
85-fwupd.motd.in Add support to integrate into the motd (Fixes: #1270) 2019-08-22 06:39:02 +01:00
fwupd-refresh.preset Add a systemd preset file for fwupd-refresh.service 2019-10-20 14:31:13 -05:00
fwupd-refresh.service Move MOTD population into the daemon 2020-01-16 10:33:43 -06:00
fwupd-refresh.timer Add support to integrate into the motd (Fixes: #1270) 2019-08-22 06:39:02 +01:00
meson.build Move MOTD population into the daemon 2020-01-16 10:33:43 -06:00
README.md Add support to integrate into the motd (Fixes: #1270) 2019-08-22 06:39:02 +01:00

Message of the day integration

Message on the day integration is used to display the availability of updates when connecting to a remote console.

It has two elements:

  • Automatic firmware metadata refresh
  • Message of the day display

Automatic firmware metadata refresh

This uses a systemd timer to run on a regular cadence. To enable this, run

# systemctl enable fwupd-refresh.timer

Motd display

Motd display is dependent upon the availability of the update-motd snippet consumption service such as pam_motd.