Signed-off-by: Denys Dmytriyenko <[email protected]> --- meta-arago-distro/recipes-core/systemd/systemd/sync-clocks.service | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/meta-arago-distro/recipes-core/systemd/systemd/sync-clocks.service b/meta-arago-distro/recipes-core/systemd/systemd/sync-clocks.service index 3d506a3..b11d05a 100644 --- a/meta-arago-distro/recipes-core/systemd/systemd/sync-clocks.service +++ b/meta-arago-distro/recipes-core/systemd/systemd/sync-clocks.service @@ -3,14 +3,12 @@ Description=Synchronize System and HW clocks DefaultDependencies=no Wants=sysinit.target Conflicts=shutdown.target -After=systemd-timesyncd.service -Before=sysinit.target shutdown.target +After=getty.target [Service] Type=oneshot -RemainAfterExit=yes ExecStart=/sbin/hwclock --systohc StandardOutput=syslog [Install] -WantedBy=sysinit.target +WantedBy=multi-user.target -- 2.7.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
