#41 Make sure chronyd runs with the correct config
Merged 7 years ago by bruno. Opened 7 years ago by bruno.
bruno/fedora-kickstarts f24  into  f24

file modified
+1 -1
@@ -72,7 +72,7 @@ 

  # 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

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.

Pull-Request has been merged by bruno

7 years ago
Metadata