mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
21 lines
480 B
Plaintext
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"
|