summaryrefslogtreecommitdiff
path: root/libre/linux-libre-tools/cpupower.rc
diff options
context:
space:
mode:
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: