mirror of
https://git.proxmox.com/git/fwupd
synced 2026-03-27 23:05:48 +00:00
22 lines
539 B
Markdown
22 lines
539 B
Markdown
# 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
|
|
|
|
```shell
|
|
# 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.
|