Merge pull request #1493 from pulux/thinkfan_start

thinkfan: add service script
This commit is contained in:
Juan RP 2015-05-05 08:32:34 +02:00
commit 4c7abbe708
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
}