]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/main.c
core: don't allow DefaultStandardOutput= be set to socket/fd:/file:
authorLennart Poettering <lennart@poettering.net>
Fri, 27 Oct 2017 14:22:38 +0000 (16:22 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 17 Nov 2017 10:13:44 +0000 (11:13 +0100)
commit5db9818772757bd6ad431a17cecc38320211c72b
treeb488987a69aaecf501a49680b6eaeb87f19b071b
parent666d787787b7f7168478b73865adb7928b50cb88
core: don't allow DefaultStandardOutput= be set to socket/fd:/file:

These three settings only make sense within the context of actual unit
files, hence filter this out when applied to the per-manager default,
and generate a log message about it.
src/core/load-fragment.c
src/core/load-fragment.h
src/core/main.c