projects
/
platform
/
upstream
/
systemd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b18eb0a
)
units: run ldconfig.service after we have mounted all local file systems
author
Michal Sekletar
<msekleta@redhat.com>
Thu, 17 Mar 2016 13:12:32 +0000
(14:12 +0100)
committer
Michal Sekletar
<msekleta@redhat.com>
Thu, 17 Mar 2016 13:41:26 +0000
(14:41 +0100)
Also drop ConditionNeedsUpdate=|/etc. Regardless if system is updated
online or offline, updating dynamic loader cache should always be
responsibility of packaging tools/scripts.
units/ldconfig.service
patch
|
blob
|
history
diff --git
a/units/ldconfig.service
b/units/ldconfig.service
index
994edd9
..
0910fff
100644
(file)
--- a/
units/ldconfig.service
+++ b/
units/ldconfig.service
@@
-10,9
+10,8
@@
Description=Rebuild Dynamic Linker Cache
Documentation=man:ldconfig(8)
DefaultDependencies=no
Conflicts=shutdown.target
-After=
systemd-remount-fs.service
+After=
local-fs.target
Before=sysinit.target shutdown.target systemd-update-done.service
-ConditionNeedsUpdate=|/etc
ConditionFileNotEmpty=|!/etc/ld.so.cache
[Service]