]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/manager.c
core: prevent the cylon when confirmation_spawn=yes (#2194)
authorFranck Bui <fbui@suse.com>
Wed, 2 Nov 2016 09:50:20 +0000 (10:50 +0100)
committerFranck Bui <fbui@suse.com>
Thu, 17 Nov 2016 17:11:21 +0000 (18:11 +0100)
commit42bf1ae17bad7fafc4ee8e7b6a3052da6decb9f7
tree54f25fcbc866f41429f9a873b632b64115566268
parentf80da6f3e9913cec4febcf35536b6b98cfa9d33a
core: prevent the cylon when confirmation_spawn=yes (#2194)

When booting with systemd.confirm_spawn=true, the eye of cylon
animation kicks in pretty quickly so user doesn't have any chance to
answer the questions which services to start before the confirmation
message is screwed by the cylon.

This basically breaks the confirm_spawn functionality completely.

This patch prevents the cylon animation to kick in when
confirmation_spawn=yes.

Fixes: #2194
src/core/manager.c