mirror of
https://github.com/clearlinux/swupd-client.git
synced 2026-08-19 03:47:26 +00:00
c4f8aa2111
This will ensure the system has a more correct, usable time after boot, which not only improves swupd reliability but other services' as well. Signed-off-by: Tudor Marcu <tudor.marcu@intel.com>
10 lines
181 B
Desktop File
10 lines
181 B
Desktop File
[Unit]
|
|
Description=Check that system time is sane; update to more correct time if needed
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/verifytime
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|