aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tpm2-abrmd/tpm2-abrmd.initd
blob: f54751348b6445665803c047d14a370397354fea (plain)
1
2
3
4
5
6
7
8
9
10
11
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
}