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
|
||||
KillMode=process
|
||||
RemainAfterExit=yes
|
||||
KeyringMode=shared
|
||||
|
||||
# Bash ignores SIGTERM, so we send SIGHUP instead, to ensure that bash
|
||||
# terminates cleanly.
|
||||
|
|
Loading…
Reference in New Issue