]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/systemd-journal-catalog-update.service
units: do more reordering of ordering config
[thirdparty/systemd.git] / units / systemd-journal-catalog-update.service
CommitLineData
db9ecf05 1# SPDX-License-Identifier: LGPL-2.1-or-later
a7df2d1e 2#
ecde7065
LP
3# This file is part of systemd.
4#
5# systemd is free software; you can redistribute it and/or modify it
6# under the terms of the GNU Lesser General Public License as published by
7# the Free Software Foundation; either version 2.1 of the License, or
8# (at your option) any later version.
9
10[Unit]
11Description=Rebuild Journal Catalog
12Documentation=man:systemd-journald.service(8) man:journald.conf(5)
4e66876d
ZJS
13
14ConditionNeedsUpdate=/var
15
ecde7065 16DefaultDependencies=no
8e729d51 17After=local-fs.target systemd-tmpfiles-setup.service
4e66876d
ZJS
18Before=sysinit.target systemd-update-done.service
19Conflicts=shutdown.target
20Before=shutdown.target
ecde7065
LP
21
22[Service]
23Type=oneshot
24RemainAfterExit=yes
cdc6804b 25ExecStart=journalctl --update-catalog
75f709fb 26TimeoutSec=90s