]> git.ipfire.org Git - thirdparty/systemd.git/commit
units: fix condition for systemd-journal-catalog-update.service (#4990)
authorLennart Poettering <lennart@poettering.net>
Thu, 29 Dec 2016 09:38:52 +0000 (10:38 +0100)
committerMartin Pitt <martin.pitt@ubuntu.com>
Thu, 29 Dec 2016 09:38:52 +0000 (10:38 +0100)
commit73c729d76871a64840a4d89fc61a5a64cc96e596
tree13b23aa77cbb740bc0601728b3289a36ce6296ab
parent6195285612338f49e9c1bae304324214a0fd5808
units: fix condition for systemd-journal-catalog-update.service (#4990)

The service is supposed to regenerate the catalog index whenever /usr is
updated, but /var is not. Hence the ConditionNeedsUpdate= line should
actually reference /var, as that's where the index file is located.
units/systemd-journal-catalog-update.service.in