Files
swupd-client/data/verifytime.service
Tudor Marcu c4f8aa2111 Run verifytime at boot
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>
2017-03-29 11:25:54 -07:00

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