diff options
author | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2013-01-27 11:49:47 -0200 |
---|---|---|
committer | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2013-01-27 11:49:47 -0200 |
commit | 387a6ac962ce6a21ccb27fa2cc494ea6e3d2b8cd (patch) | |
tree | e0ac407d773af321071153aa5c0138235cc1f25e /libre/linux-libre-tools/cpupower.systemd | |
parent | b6fba38485fbddb58ea021c9b532e7fea84404b1 (diff) | |
parent | a98a7931923d702e17d7db3de4dd40cdcfb26885 (diff) |
Merge ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre/linux-libre-tools/cpupower.systemd')
-rw-r--r-- | libre/linux-libre-tools/cpupower.systemd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/linux-libre-tools/cpupower.systemd b/libre/linux-libre-tools/cpupower.systemd index f45b02bc8..51c645415 100644 --- a/libre/linux-libre-tools/cpupower.systemd +++ b/libre/linux-libre-tools/cpupower.systemd @@ -1,6 +1,6 @@ #!/bin/bash -. /etc/conf.d/cpupower +. /etc/default/cpupower declare -i fail=0 |