summaryrefslogtreecommitdiff
path: root/sys-apps/ppc64-diag/files/opal_errd.initd
blob: ee420f1f9acaf2db4fabd55014fdb26aa72eeebf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/sbin/openrc-run
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

name="opal_errd daemon"
description="Daemon to read/parse OPAL platform error(s)/event(s)"
command=/usr/sbin/opal_errd
command_args="-w ${opal_errd_args}"
command_background=true
pidfile="/run/${RC_SVCNAME}.pid"

depend() {
	need localmount
	use logger
}