add service script for thinkfan

This commit is contained in:
pulux 2015-05-03 14:03:31 +02:00
parent aa520467ca
commit 3aeda088d2
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,3 @@
#!/bin/sh
exec 2>&1
exec thinkfan -nq

View File

@ -1,7 +1,7 @@
# Template file for 'thinkfan'
pkgname=thinkfan
version=0.9.2
revision=1
revision=2
wrksrc=${pkgname}-${version}
create_wrksrc=yes
build_style=cmake
@ -25,4 +25,5 @@ do_install() {
vmkdir usr/lib/modprobe.d
vinstall ${FILESDIR}/thinkpad_acpi.conf 644 usr/lib/modprobe.d
vsv thinkfan
}