chiark / gitweb /
units: so far we defaulted to 90s as default timeout for most things, let's do so...
[elogind.git] / units / systemd-journal-catalog-update.service.in
index 0cb7076f12a53e8a83ffdd5a71ef7478e2193710..6370dd478f2abfa9bfdfa1ddcbfe783fcd665ddb 100644 (file)
@@ -10,7 +10,7 @@ Description=Rebuild Journal Catalog
 Documentation=man:systemd-journald.service(8) man:journald.conf(5)
 DefaultDependencies=no
 Conflicts=shutdown.target
-After=systemd-readahead-collect.service systemd-readahead-replay.service local-fs.target
+After=local-fs.target
 Before=sysinit.target shutdown.target systemd-update-done.service
 ConditionNeedsUpdate=/etc
 
@@ -18,3 +18,4 @@ ConditionNeedsUpdate=/etc
 Type=oneshot
 RemainAfterExit=yes
 ExecStart=@rootbindir@/journalctl --update-catalog
+TimeoutSec=90s