]> git.ipfire.org Git - thirdparty/mkosi.git/commit
Use setpgid if available 1922/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 25 Sep 2023 11:00:52 +0000 (13:00 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 25 Sep 2023 12:01:17 +0000 (14:01 +0200)
commit4d0459a6989083199ec86bc5f917bb6c99f49389
treee910a060a9e270880c78d2aa6ea8599e0c1965d8
parentfa7a1ba13a16fe4253aa321fc237bb92ee35546e
Use setpgid if available

The next release of util-linux will include setpgid which has a
--foreground option that does exactly the same as our foreground()
function. This new utility allows us to make the processes executed
by bubblewrap the foreground process, which makes sure that SIGINT
isn't intercepted by bwrap.
mkosi/run.py