mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 04:53:07 -04:00
sys-apps/corefreq: files/corefreq (daemon) improve
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
#!/sbin/openrc-run
|
#!/sbin/openrc-run
|
||||||
|
# Copyright 1999-2023 Gentoo Authors
|
||||||
|
## Distributed under the terms of the GNU General Public License v2
|
||||||
|
description="CoreFreq daemon"
|
||||||
name=corefreq
|
name=corefreq
|
||||||
command=/usr/bin/corefreqd
|
command=/usr/bin/corefreqd
|
||||||
command_args=${COREFREQD_ARGS}
|
command_args=${COREFREQD_ARGS}
|
||||||
command_background=1
|
command_background=true
|
||||||
pidfile=/run/corefreqd.pid
|
pidfile=/run/corefreqd.pid
|
||||||
|
|||||||
Reference in New Issue
Block a user