fix(1007): adding shared keyring mode to type unit
Fixes: https://github.com/dracutdevs/dracut/issues/1007master
parent
be30c816d4
commit
bf1a2262ea
|
@ -30,6 +30,7 @@ StandardInput=null
|
||||||
StandardError=journal+console
|
StandardError=journal+console
|
||||||
KillMode=process
|
KillMode=process
|
||||||
RemainAfterExit=yes
|
RemainAfterExit=yes
|
||||||
|
KeyringMode=shared
|
||||||
|
|
||||||
# Bash ignores SIGTERM, so we send SIGHUP instead, to ensure that bash
|
# Bash ignores SIGTERM, so we send SIGHUP instead, to ensure that bash
|
||||||
# terminates cleanly.
|
# terminates cleanly.
|
||||||
|
|
Loading…
Reference in New Issue