summaryrefslogtreecommitdiff
path: root/units/ldconfig.service
AgeCommit message (Collapse)Author
2016-05-21units: restore ConditionNeesUpdate=/etc in ldconfig.service (#3311)Lennart Poettering
In order to support stateless systems that support offline /usr updates properly, let's restore the ConditionNeesUpdate=/etc line that makes sure we are run when /usr is updated and this update needs to be propagated to the /etc/ld.so.conf file stored in /etc. This reverts part of #2859, which snuck this change in, but really shouldn't have.
2016-03-17units: run ldconfig.service after we have mounted all local file systemsMichal Sekletar
Also drop ConditionNeedsUpdate=|/etc. Regardless if system is updated online or offline, updating dynamic loader cache should always be responsibility of packaging tools/scripts.
2015-09-23units: run ldconfig also when cache is unpopulatedMichal Sekletar
2014-09-25readahead: wipe out readaheadDaniel Buch
2014-08-14ldconfig: add configure option to disableUmut Tezduyar Lindskog
2014-08-03ldconfig: dont run it if ldconfig is not installedUmut Tezduyar Lindskog
2014-06-16units: add a service to invoke ldconfig on system updates at bootLennart Poettering