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/run |
initialize repo with auto-cpufreq and greetd
Diffstat (limited to 'auto-cpufreq/run')
-rwxr-xr-x | auto-cpufreq/run | 3 |
1 files changed, 3 insertions, 0 deletions
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 |