1fwupd-refresh.service(5)Message Of The Day Integrationfwupd-refresh.service(5)
2
3
4
6 fwupd-refresh.service — message of the day integration.
7
9 Message on the day integration is used to display the availability of
10 updates when connecting to a remote console.
11
12 It has two elements:
13
14 • Automatic firmware metadata refresh
15
16 • Message of the day display
17
18 This uses a systemd timer to run on a regular cadence. To enable this,
19 run:
20
21 $ systemctl enable fwupd-refresh.timer
22
23
25 Motd display is dependent upon the availability of the update-motd
26 snippet consumption service such as pam_motd.
27
28 To enable a proxy, set the systemd global environment in /etc/sys‐
29 temd/system.conf so all the systemd child processes have the proxy set‐
30 tings applied:
31
32 [Manager]
33 DefaultEnvironment=http_proxy=<http://internal.corp:3128/> https_proxy=<http://internal.corp:3128/>
34
35
37 fwupdmgr(1) fwupd.conf(5)
38
39
40
411.9.9 fwupd-refresh.service(5)