diff options
Diffstat (limited to 'gentoo/files/cputemp2maxfreq.init')
-rwxr-xr-x | gentoo/files/cputemp2maxfreq.init | 4 |
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 +} |