mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 21:50:32 -04:00
Simple daemon to control PWM (Pulse Width Modulation) cooling fans. fand was originally written for use on arm64 single board computers, but should work on any cooling fan driven by a pwmc(4) device. WWW: https://github.com/electrickite/fand PR: 261880
10 lines
181 B
Text
10 lines
181 B
Text
--- fand.rc.in.orig 2022-02-10 20:48:18 UTC
|
|
+++ fand.rc.in
|
|
@@ -1,5 +1,7 @@
|
|
#!/bin/sh
|
|
|
|
+# $FreeBSD$
|
|
+#
|
|
# PROVIDE: fand
|
|
# REQUIRE: DAEMON devfs sysctl
|
|
# KEYWORD: nojail shutdown
|