commit:     845a23bbe53fb881dbc2012abfceda1231d40954
Author:     Anthony Ryan <anthonyryan1 <AT> gmail <DOT> com>
AuthorDate: Wed Apr  5 22:43:52 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue May  2 13:19:25 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=845a23bb

app-crypt/tpm2-abrmd: Add openrc init dependency on dbus

The project lists a dependency on DBus quite prominently in the README
and won't start without it already running.

https://github.com/tpm2-software/tpm2-abrmd#tpm2-abrmd

Signed-off-by: Anthony Ryan <anthonyryan1 <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/30494
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-crypt/tpm2-abrmd/files/tpm2-abrmd.initd | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-crypt/tpm2-abrmd/files/tpm2-abrmd.initd 
b/app-crypt/tpm2-abrmd/files/tpm2-abrmd.initd
index 0272921dcbd7..c07f8e757eb9 100644
--- a/app-crypt/tpm2-abrmd/files/tpm2-abrmd.initd
+++ b/app-crypt/tpm2-abrmd/files/tpm2-abrmd.initd
@@ -10,6 +10,7 @@ command_user="tss:tss"
 pidfile="/var/run/${RC_SVCNAME}.pid"
 
 depend() {
+       need dbus
        use logger
        after coldplug
 }

Reply via email to