From: Jóhann B. Guðmundsson Date: Mon, 18 Jan 2021 16:16:54 +0000 (+0000) Subject: fix(1007): adding shared keyring mode to type unit X-Git-Tag: 052~131 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bf1a2262ea96842c1930aa1eccd2508cc22d9464;p=thirdparty%2Fdracut.git fix(1007): adding shared keyring mode to type unit Fixes: https://github.com/dracutdevs/dracut/issues/1007 --- diff --git a/modules.d/98dracut-systemd/dracut-pre-pivot.service b/modules.d/98dracut-systemd/dracut-pre-pivot.service index e893d1dd7..c1ae594e8 100644 --- a/modules.d/98dracut-systemd/dracut-pre-pivot.service +++ b/modules.d/98dracut-systemd/dracut-pre-pivot.service @@ -30,6 +30,7 @@ StandardInput=null StandardError=journal+console KillMode=process RemainAfterExit=yes +KeyringMode=shared # Bash ignores SIGTERM, so we send SIGHUP instead, to ensure that bash # terminates cleanly.