From 75f709fbf284041d951717cfb3bf6304db0fa7c9 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 2 Feb 2015 21:34:32 +0100 Subject: units: so far we defaulted to 90s as default timeout for most things, let's do so for our oneshot services too Fewer surprises, and stuff... --- units/systemd-journal-catalog-update.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'units/systemd-journal-catalog-update.service.in') diff --git a/units/systemd-journal-catalog-update.service.in b/units/systemd-journal-catalog-update.service.in index 9667310920..6370dd478f 100644 --- a/units/systemd-journal-catalog-update.service.in +++ b/units/systemd-journal-catalog-update.service.in @@ -18,4 +18,4 @@ ConditionNeedsUpdate=/etc Type=oneshot RemainAfterExit=yes ExecStart=@rootbindir@/journalctl --update-catalog -TimeoutSec=2min +TimeoutSec=90s -- cgit v1.2.3-54-g00ecf