fwupd/data/motd
Simon Deziel f5da94c473 systemd: don't run fwupd/fwupd-refresh in containers
Signed-off-by: Simon Deziel <simon@sdeziel.info>
2022-02-17 15:23:33 +00: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.in trivial: fwupd-refresh: don't add --no-metadata-check 2020-12-14 12:52:38 -06:00
fwupd-refresh.timer systemd: don't run fwupd/fwupd-refresh in containers 2022-02-17 15:23:33 +00:00
meson.build Enable the MOTD integration when using pam_motd 2021-12-01 20:55:15 +00:00
README.md trivial: update markdown for pre-commit style 2021-07-18 14:42:47 -05: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.