Skip to content

Commit

Permalink
Merge branch 'sasanj-mychanges'
Browse files Browse the repository at this point in the history
  • Loading branch information
dgraziotin committed Oct 4, 2017
2 parents e0df856 + 72e457c commit 237eae7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
COMPILER=cc

C = c
OBJ = o
OUTPUT_PATH = bin/
SOURCE_PATH = src/
BIN = bin/mbpfan
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ This enhanced version assumes any number of processors and fans (max. 10).
- [Starting at boot](#starting-at-boot)
- [Usage](#usage)
- [License](#license)
- [Credits](#credits)

## Supported GNU/Linux Distributions

Expand Down Expand Up @@ -248,3 +249,9 @@ GNU General Public License version 3
* https://launchpad.net/macfanctld
* http://paste2.org/p/862259
* http://www.lobotomo.com/products/FanControl/

## Credits

**This Project uses following library:**

* [ANSI C Application Settings Managment](http://pokristensson.com/settings.html) by Per Ola Kristensson.
2 changes: 1 addition & 1 deletion mbpfan.service
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ After=sysinit.target

[Service]
Type=simple
ExecStart=/usr/sbin/mbpfan -fv
ExecStart=/usr/sbin/mbpfan -f
ExecReload=/usr/bin/kill -HUP $MAINPID
PIDFile=/var/run/mbpfan.pid
Restart=always
Expand Down

0 comments on commit 237eae7

Please sign in to comment.