summaryrefslogtreecommitdiff
path: root/libre/linux-libre-tools/cpupower.rc
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@parabola.nu>2013-01-26 18:05:23 -0300
committerNicolás Reynolds <fauno@parabola.nu>2013-01-26 18:05:23 -0300
commitf551d84e6f43a389e5dca2209d7320eac43431b1 (patch)
tree8a9a71043ed531b206127d90b3ac8e6e3c78a189 /libre/linux-libre-tools/cpupower.rc
parentaaa73650c5dda347d76d221d74a9454c6295ed08 (diff)
parent072fcf33f41cce6ec27949da2a5f3d841a6d8cc8 (diff)
Merge branch 'master' of ssh://gparabola/srv/git/abslibre
Diffstat (limited to 'libre/linux-libre-tools/cpupower.rc')
-rw-r--r--libre/linux-libre-tools/cpupower.rc16
1 files changed, 0 insertions, 16 deletions
diff --git a/libre/linux-libre-tools/cpupower.rc b/libre/linux-libre-tools/cpupower.rc
deleted file mode 100644
index 88edaf791..000000000
--- a/libre/linux-libre-tools/cpupower.rc
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-case "$1" in
- start|restart)
- status 'Setting cpupower rules' /usr/lib/systemd/scripts/cpupower || exit 1
- ;;
- *)
- echo "usage: ${0##*/} {start|restart}" >&2
- exit 1
- ;;
-esac
-
-# vim:set ts=2 sw=2 ft=sh et: