Make sure chronyd runs with the correct config

We need to have chronyd start after livesys has finished so that
the config for chronyd gets rewritten before it starts. If not it
will overwrite the system clock with a time that will be incorrect
(US eastern stored as local time instead of UTC) for most people.
This fixes bug 1018162.
This commit is contained in:
Bruno Wolff III 2016-06-18 08:14:35 -05:00
parent 27c2ec431d
commit b39ac77024
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ cat > /etc/rc.d/init.d/livesys << EOF
# chkconfig: 345 00 99
# description: Init script for live image.
### BEGIN INIT INFO
# X-Start-Before: display-manager
# X-Start-Before: display-manager chronyd
### END INIT INFO
. /etc/init.d/functions