]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/main.c
core: allow to redirect confirmation messages to a different console
authorFranck Bui <fbui@suse.com>
Wed, 2 Nov 2016 09:38:22 +0000 (10:38 +0100)
committerFranck Bui <fbui@suse.com>
Thu, 17 Nov 2016 17:16:16 +0000 (18:16 +0100)
commit7d5ceb641659b29204598fde9110913765c2aa9e
treef329f3b259df45c36ff4bcc0714ff6cc9e4c6d90
parent42bf1ae17bad7fafc4ee8e7b6a3052da6decb9f7
core: allow to redirect confirmation messages to a different console

It's rather hard to parse the confirmation messages (enabled with
systemd.confirm_spawn=true) amongst the status messages and the kernel
ones (if enabled).

This patch gives the possibility to the user to redirect the confirmation
message to a different virtual console, either by giving its name or its path,
so those messages are separated from the other ones and easier to read.
man/systemd.xml
src/core/execute.c
src/core/execute.h
src/core/main.c
src/core/manager.c
src/core/manager.h
src/core/mount.c
src/core/service.c
src/core/socket.c
src/core/swap.c