1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-28 02:50:16 +03:00

Merge pull request #1363 from msekletar/ldconfig

units: run ldconfig also when cache is unpopulated
This commit is contained in:
Lennart Poettering 2015-09-23 21:10:15 +02:00
commit 167e451c37

View File

@ -12,7 +12,8 @@ DefaultDependencies=no
Conflicts=shutdown.target
After=systemd-remount-fs.service
Before=sysinit.target shutdown.target systemd-update-done.service
ConditionNeedsUpdate=/etc
ConditionNeedsUpdate=|/etc
ConditionFileNotEmpty=|!/etc/ld.so.cache
[Service]
Type=oneshot