diff options
author | zachir <zachir@librem.one> | 2022-08-12 03:18:43 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2022-08-12 03:18:43 -0500 |
commit | 4e21cbd8ce3913ccd62fc041b93fce1d01c373c6 (patch) | |
tree | 6b010840a35407245906a5a2989e3597566974f4 /auto-cpufreq |
initialize repo with auto-cpufreq and greetd
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 |