add service script for thinkfan
This commit is contained in:
parent
aa520467ca
commit
3aeda088d2
3
srcpkgs/thinkfan/files/thinkfan/run
Executable file
3
srcpkgs/thinkfan/files/thinkfan/run
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
exec 2>&1
|
||||
exec thinkfan -nq
|
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user