]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/unit.h
core: confirm_spawn: always accept units with same_pgrp set for now
authorFranck Bui <fbui@suse.com>
Mon, 14 Nov 2016 16:37:40 +0000 (17:37 +0100)
committerFranck Bui <fbui@suse.com>
Thu, 17 Nov 2016 17:16:51 +0000 (18:16 +0100)
commitc891efaf8a37aa13d91835fb8d194f6dd750a78f
tree1753c3cfdea38a982f8fe866dc11fddb1925ae42
parent63d77c9254aee1f965df5574c98c2fa83b50567c
core: confirm_spawn: always accept units with same_pgrp set for now

For some reasons units remaining in the same process group as PID 1
(same_pgrp=true) fail to acquire the console even if it's not taken by anyone.

So always accept for units with same_pgrp set for now.
src/core/execute.c
src/core/unit.c
src/core/unit.h