]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
fix(1007): adding shared keyring mode to type unit
authorJóhann B. Guðmundsson <johannbg@gmail.com>
Mon, 18 Jan 2021 16:16:54 +0000 (16:16 +0000)
committerJóhann B. Guðmundsson <johannbg@gmail.com>
Tue, 26 Jan 2021 18:05:18 +0000 (18:05 +0000)
Fixes: https://github.com/dracutdevs/dracut/issues/1007
modules.d/98dracut-systemd/dracut-pre-pivot.service

index e893d1dd779f170d68e57af209772f578a0c8530..c1ae594e87fc1a0f6f9c63ac072d8f94e45bff68 100644 (file)
@@ -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.