aboutsummaryrefslogtreecommitdiffstats
path: root/community/tpm2-abrmd/tpm2-abrmd.initd
diff options
context:
space:
mode:
Diffstat (limited to 'community/tpm2-abrmd/tpm2-abrmd.initd')
-rw-r--r--community/tpm2-abrmd/tpm2-abrmd.initd12
1 files changed, 12 insertions, 0 deletions
diff --git a/community/tpm2-abrmd/tpm2-abrmd.initd b/community/tpm2-abrmd/tpm2-abrmd.initd
new file mode 100644
index 00000000000..f54751348b6
--- /dev/null
+++ b/community/tpm2-abrmd/tpm2-abrmd.initd
@@ -0,0 +1,12 @@
+#!/sbin/openrc-run
+
+command="/usr/sbin/tpm2-abrmd"
+command_args="${TPM2_ABRMD_ARGS} --logger=syslog"
+command_background=1
+command_user="tss:tss"
+description="TPM2 Access Broker & Resource Management Daemon implementing the TCG spec"
+pidfile="/run/tpm2-abrmd.pid"
+
+depend() {
+ use logger
+}