fix(1007): adding shared keyring mode to type unit

Fixes: https://github.com/dracutdevs/dracut/issues/1007
master
Jóhann B. Guðmundsson 2021-01-18 16:16:54 +00:00
parent be30c816d4
commit bf1a2262ea
1 changed files with 1 additions and 0 deletions

View File

@ -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.