]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/main.c
main: move chdir("/") a bit earlier
authorLennart Poettering <lennart@poettering.net>
Fri, 15 Dec 2017 15:49:43 +0000 (16:49 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 15 Dec 2017 19:52:28 +0000 (20:52 +0100)
commit5a2e0c6257a49a8a1d6b60b33c766f4ca96ade54
treebef9809755eb24473587bf3dc32fe6f000fffd24
parent6f101b566f35ae2d9c9529961d64b1ca9623989e
main: move chdir("/") a bit earlier

There's no need to do this within the block where logging is closed,
hence move it earlier, so that this block can be kept as small as
possible.
src/core/main.c