diff options
Diffstat (limited to 'sys-apps/ppc64-diag/files/rtas_errd.initd')
-rw-r--r-- | sys-apps/ppc64-diag/files/rtas_errd.initd | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sys-apps/ppc64-diag/files/rtas_errd.initd b/sys-apps/ppc64-diag/files/rtas_errd.initd new file mode 100644 index 000000000000..213f91cf0022 --- /dev/null +++ b/sys-apps/ppc64-diag/files/rtas_errd.initd @@ -0,0 +1,15 @@ +#!/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 +} |