chiark / gitweb /
units: add a service to invoke ldconfig on system updates at boot
[elogind.git] / Makefile.am
index 8af619cc8fa5cfeb23eef5c8a38cedd6a7788e5d..ec5f04d9e90d15448afd75da16224a20ad6d58d1 100644 (file)
@@ -460,7 +460,8 @@ dist_systemunit_DATA = \
        units/systemd-udevd-control.socket \
        units/systemd-udevd-kernel.socket \
        units/system-update.target \
-       units/initrd-switch-root.target
+       units/initrd-switch-root.target \
+       units/ldconfig.service
 
 nodist_systemunit_DATA = \
        units/getty@.service \
@@ -5142,7 +5143,8 @@ endif
 
 SYSINIT_TARGET_WANTS += \
        systemd-update-utmp.service \
-       systemd-update-done.service
+       systemd-update-done.service \
+       ldconfig.service
 
 LOCAL_FS_TARGET_WANTS += \
        systemd-remount-fs.service \