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/sys-apps/ppc64-diag/files/rtas_errd.initd

16 lines
371 B

#!/sbin/openrc-run
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
name="rtas_errd daemon"
description="Daemon to read/parse RTAS platform error(s)/event(s)"
command=/usr/sbin/rtas_errd
command_args="${rtas_errd_args}"
command_background=true
pidfile="/run/${RC_SVCNAME}.pid"
depend() {
need localmount
use logger
}