diff --git a/sys-apps/corefreq/files/corefreq b/sys-apps/corefreq/files/corefreq index 05409182c4..2f4a95398c 100644 --- a/sys-apps/corefreq/files/corefreq +++ b/sys-apps/corefreq/files/corefreq @@ -1,6 +1,9 @@ #!/sbin/openrc-run +# Copyright 1999-2023 Gentoo Authors +## Distributed under the terms of the GNU General Public License v2 +description="CoreFreq daemon" name=corefreq command=/usr/bin/corefreqd command_args=${COREFREQD_ARGS} -command_background=1 +command_background=true pidfile=/run/corefreqd.pid