File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
COMPILER =cc
2
2
3
3
C = c
4
+ OBJ = o
4
5
OUTPUT_PATH = bin/
5
6
SOURCE_PATH = src/
6
7
BIN = bin/mbpfan
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ This enhanced version assumes any number of processors and fans (max. 10).
28
28
- [ Starting at boot] ( #starting-at-boot )
29
29
- [ Usage] ( #usage )
30
30
- [ License] ( #license )
31
+ - [ Credits] ( #credits )
31
32
32
33
## Supported GNU/Linux Distributions
33
34
@@ -248,3 +249,9 @@ GNU General Public License version 3
248
249
* https://launchpad.net/macfanctld
249
250
* http://paste2.org/p/862259
250
251
* http://www.lobotomo.com/products/FanControl/
252
+
253
+ ## Credits
254
+
255
+ ** This Project uses following library:**
256
+
257
+ * [ ANSI C Application Settings Managment] ( http://pokristensson.com/settings.html ) by Per Ola Kristensson.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ After=sysinit.target
5
5
6
6
[Service]
7
7
Type =simple
8
- ExecStart =/usr/sbin/mbpfan -fv
8
+ ExecStart =/usr/sbin/mbpfan -f
9
9
ExecReload =/usr/bin/kill -HUP $MAINPID
10
10
PIDFile =/var/run/mbpfan.pid
11
11
Restart =always
You can’t perform that action at this time.
0 commit comments