Commit 94d7b35c authored by Magnus Stubman's avatar Magnus Stubman

added gentoo init hint in Makefile

parent 542d06e5
......@@ -79,6 +79,10 @@ install:
@echo "systemctl start mbpfan.service"
@echo "To start the service automatically at boot, also execute the following:"
@echo "systemctl enable mbpfan.service"
@echo ""
@echo "An init file is available for gentoo users: mbpfan.init.gentoo"
@echo "To install, run # cp mbpfan.init.gentoo /etc/init.d/mbpfan"
@echo "To automatically run mbpfan at boot, run # rc-update add mbpfan default"
@echo "-----------------------------------------------------------------------------"
rebuild: clean all
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment