diff options
Diffstat (limited to 'auto-cpufreq')
-rwxr-xr-x | auto-cpufreq/log/run | 3 | ||||
-rwxr-xr-x | auto-cpufreq/run | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/auto-cpufreq/log/run b/auto-cpufreq/log/run new file mode 100755 index 0000000..da64a3a --- /dev/null +++ b/auto-cpufreq/log/run @@ -0,0 +1,3 @@ +#!/bin/sh + +exec svlogd -ttt /var/log/auto-cpufreq diff --git a/auto-cpufreq/run b/auto-cpufreq/run new file mode 100755 index 0000000..a6228d8 --- /dev/null +++ b/auto-cpufreq/run @@ -0,0 +1,3 @@ +#!/bin/sh + +exec /usr/bin/auto-cpufreq --daemon |