Skip to content

Commit

Permalink
trivial: wait for network to be online to run fwupd-refresh.service
Browse files Browse the repository at this point in the history
  • Loading branch information
superm1 committed Sep 19, 2022
1 parent 8a90d9b commit fe5d93f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/motd/fwupd-refresh.service.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Unit]
Description=Refresh fwupd metadata and update motd
Documentation=man:fwupdmgr(1)
After=network.target
After=network-online.target

[Service]
Type=oneshot
Expand Down

0 comments on commit fe5d93f

Please sign in to comment.