ldconfig.service revision 92eab5dea40f50d0e66b91ba1224e2101bc83494
305N/A# This file is part of systemd.
305N/A#
305N/A# systemd is free software; you can redistribute it and/or modify it
305N/A# under the terms of the GNU Lesser General Public License as published by
305N/A# the Free Software Foundation; either version 2.1 of the License, or
305N/A# (at your option) any later version.
305N/A
305N/A[Unit]
305N/ADescription=Rebuild Dynamic Linker Cache
305N/ADocumentation=man:ldconfig(8)
305N/ADefaultDependencies=no
305N/AConflicts=shutdown.target
305N/AAfter=systemd-remount-fs.service
305N/ABefore=sysinit.target shutdown.target systemd-update-done.service
305N/AConditionNeedsUpdate=|/etc
305N/AConditionFileNotEmpty=|!/etc/ld.so.cache
305N/A
305N/A[Service]
305N/AType=oneshot
305N/ARemainAfterExit=yes
305N/AExecStart=/sbin/ldconfig -X
305N/A