Files
gentoo/sys-apps/opal-utils/files/opal-prd.initd
Georgy Yakovlev 9527a87a86 sys-apps/opal-utils: new package, open-power firmware utils
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
2019-08-24 18:34:26 -07:00

21 lines
480 B
Plaintext

#!/sbin/openrc-run
# Copyright 2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
name="OPAL PRD daemon"
description="Processor RunTime Diagnostics daemon"
command=/usr/sbin/opal-prd
command_args="${OPAL_PRD_OPTS}"
command_background="true"
pidfile="/run/${RC_SVCNAME}.pid"
depend() {
need dev-mount sysfs
use logger
keyword -containers
}
required_dirs="/sys/firmware/devicetree/base/ibm,opal/diagnostics"
required_files="/dev/opal-prd"