app-admin/verynice: use openrc-service.exlib

Change-Id: I26976d07ca262531365553a97ac1f06d53aab608
This commit is contained in:
Julian Ospald 2016-05-20 22:12:32 +02:00
parent a1d11a7c06
commit a3d40d659b
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
2 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Copyright 2016 Julian Ospald <hasufell@posteo.de>
# Distributed under the terms of the GNU General Public License v2
require systemd-service
require openrc-service systemd-service
SUMMARY="A tool for dynamically adjusting the nice-level of processes"
HOMEPAGE="http://thermal.cnde.iastate.edu/~sdh4/verynice/"
@ -27,8 +27,7 @@ DEFAULT_SRC_INSTALL_PARAMS=(
src_install(){
default
exeinto /etc/init.d
doexe "${FILES}"/verynice
install_systemd_files
install_openrc_files
}