TODO: convert to use systemd-conf instead of main systemd for machine/distro 
config

Signed-off-by: Denys Dmytriyenko <[email protected]>
---
 meta-arago-distro/recipes-core/systemd/systemd_%.bbappend | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-arago-distro/recipes-core/systemd/systemd_%.bbappend 
b/meta-arago-distro/recipes-core/systemd/systemd_%.bbappend
index eb70690..39fe64d 100644
--- a/meta-arago-distro/recipes-core/systemd/systemd_%.bbappend
+++ b/meta-arago-distro/recipes-core/systemd/systemd_%.bbappend
@@ -31,9 +31,9 @@ do_install_append() {
     install -m 0644 ${WORKDIR}/30-wlan.network 
${D}${sysconfdir}/systemd/network/
     install -m 0644 ${WORKDIR}/60-usb.network 
${D}${sysconfdir}/systemd/network/
 
-    install -d ${D}${sysconfdir}/systemd/system/
+    install -d ${D}${sysconfdir}/systemd/system/sysinit.target.wants
     install -m 0644 ${WORKDIR}/sync-clocks.service 
${D}${sysconfdir}/systemd/system/
-    ln -sf ../sync-clocks.service 
${D}${sysconfdir}/systemd/system/multi-user.target.wants/sync-clocks.service
+    ln -sf ../sync-clocks.service 
${D}${sysconfdir}/systemd/system/sysinit.target.wants/sync-clocks.service
 
     # Allow automount from udev
     install -m 0644 ${D}${systemd_system_unitdir}/systemd-udevd.service 
${D}${sysconfdir}/systemd/system/
-- 
2.7.4

_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to