diff --git a/Makefile b/Makefile index ed2390a..ba5de5a 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ COMPILER=cc C = c +OBJ = o OUTPUT_PATH = bin/ SOURCE_PATH = src/ BIN = bin/mbpfan diff --git a/README.md b/README.md index 230e49a..f00bb54 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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. diff --git a/mbpfan.service b/mbpfan.service index f2983ea..a4b61e8 100644 --- a/mbpfan.service +++ b/mbpfan.service @@ -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