]> git.ipfire.org Git - thirdparty/systemd.git/commit
catalog: let's use mkdir_parents() and use same mode as tmpfiles.d for this dir
authorLennart Poettering <lennart@poettering.net>
Wed, 6 Mar 2019 10:40:31 +0000 (11:40 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 7 Mar 2019 14:09:21 +0000 (15:09 +0100)
commit3f1e2714a44d77493cf5d0d961d150ef6d3c2323
tree7d8691ea700a4913691e36c347c3d6b14cc0bbae
parent0640d48afbb2db5f07aba98d795c89e450b16e28
catalog: let's use mkdir_parents() and use same mode as tmpfiles.d for this dir

let's use mkdir_parents() (because its shorter), and 0755 as access
mode, so that things have the access mode tmpfiles.d also suggests.

Prompted by: #11903
src/journal/catalog.c