You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-crypt/tpm2-abrmd/files/tpm2-abrmd.initd

16 lines
390 B

#!/sbin/openrc-run
# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License, v2 or later
description="TPM2 Access Broker & Resource Manager"
command="/usr/sbin/tpm2-abrmd"
command_args="${TPM2_ABRMD_ARGS} --logger=syslog"
command_background=1
command_user="tss:tss"
pidfile="/var/run/${RC_SVCNAME}.pid"
depend() {
use logger
after coldplug
}