aboutsummaryrefslogtreecommitdiffstats
path: root/gentoo/files
diff options
context:
space:
mode:
Diffstat (limited to 'gentoo/files')
-rwxr-xr-xgentoo/files/cputemp2maxfreq.init4
1 files changed, 4 insertions, 0 deletions
diff --git a/gentoo/files/cputemp2maxfreq.init b/gentoo/files/cputemp2maxfreq.init
index 7b05c6d..aa2b846 100755
--- a/gentoo/files/cputemp2maxfreq.init
+++ b/gentoo/files/cputemp2maxfreq.init
@@ -15,3 +15,7 @@ start() {
eend $?
}
+start_pre() {
+ [ "${RC_CMD}" = "restart" ] && sleep 1
+ return 0
+}