#!/sbin/openrc-run# Copyright 2021 Gentoo Authors# Distributed under the terms of the GNU General Public License v2command=/usr/bin/edac-ctlstart(){ebegin"Registering edac-utils labels"/usr/sbin/edac-ctl--register-labelseend$?}stop(){ebegin"Unregistering edac-utils labels"/usr/sbin/edac-ctl--unloadeend$?}