Sign in
coral
/
mendel-minimal
/
10a9ad1c1f8fe1b454f5be223444af38f51a51e8
/
.
/
etc
/
runonce.d
/
98-set-datetime
blob: 97c2b51482194a94181e839fab21e68974b4d3ac [
file
] [
log
] [
blame
]
#!/bin/bash
PROGNAME
=
$
(
basename $
(
readlink
-
f $0
))
systemctl stop systemd
-
timesyncd
date
--
set
=
"$(stat /lost+found |grep Change |sed -e 's/^Change: //g' -e 's/+0000//g')"
systemctl start systemd
-
timesyncd