Skip to content

Commit 237eae7

Browse files
committed
Merge branch 'sasanj-mychanges'
2 parents e0df856 + 72e457c commit 237eae7

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
COMPILER=cc
22

33
C = c
4+
OBJ = o
45
OUTPUT_PATH = bin/
56
SOURCE_PATH = src/
67
BIN = bin/mbpfan

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ This enhanced version assumes any number of processors and fans (max. 10).
2828
- [Starting at boot](#starting-at-boot)
2929
- [Usage](#usage)
3030
- [License](#license)
31+
- [Credits](#credits)
3132

3233
## Supported GNU/Linux Distributions
3334

@@ -248,3 +249,9 @@ GNU General Public License version 3
248249
* https://launchpad.net/macfanctld
249250
* http://paste2.org/p/862259
250251
* 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.

mbpfan.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ After=sysinit.target
55

66
[Service]
77
Type=simple
8-
ExecStart=/usr/sbin/mbpfan -fv
8+
ExecStart=/usr/sbin/mbpfan -f
99
ExecReload=/usr/bin/kill -HUP $MAINPID
1010
PIDFile=/var/run/mbpfan.pid
1111
Restart=always

0 commit comments

Comments
 (0)