diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-04-03 18:27:55 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-04-03 18:27:55 +0200 |
commit | 398c355bd01918ed6c3d0637b0244ba588abe0a1 (patch) | |
tree | 8072ffb548d0755f9354e493bd1d214d5f9a1918 /testing/tlp/tlp.initd | |
parent | e38a17d83df361b7d23564363ccee26fc450c2ca (diff) | |
download | aports-398c355bd01918ed6c3d0637b0244ba588abe0a1.tar.bz2 aports-398c355bd01918ed6c3d0637b0244ba588abe0a1.tar.xz |
community/tlp: move from testing
Diffstat (limited to 'testing/tlp/tlp.initd')
-rw-r--r-- | testing/tlp/tlp.initd | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/testing/tlp/tlp.initd b/testing/tlp/tlp.initd deleted file mode 100644 index 05b4c3b975..0000000000 --- a/testing/tlp/tlp.initd +++ /dev/null @@ -1,15 +0,0 @@ -#!/sbin/openrc-run - -description="Initialize tlp" -extra_started_commands="force_reload" - -depend() { - need localmount -} - -status() { tlp-stat -s; } -# TODO: keep the following in one line -start() { tlp init start; } -stop() { tlp init stop; } -restart() { tlp init restart; } -force_reload() { tlp init force-reload; } |