Startup script for systemd (fancurve)#4
Startup script for systemd (fancurve)#4fireheadman wants to merge 3 commits intoHashSquatch:masterfrom
Conversation
This file needs to go into /lib/systemd/system/fancurve.service Then do reload systemd and enable the service, followed by a start and verify sudo systemctl daemon-reload sudo systemd enable fancurve sudo systemctl status fancurve -l
|
Rather package this with an install script, which we can build upon at a later stage. In the current state, it is not advisable to merge. Take a look at https://github.com/FedoraTipper/Nvidia-Fan-Curve-Linux/tree/install-script |
|
absolutely.... I'm just throwing what I use for now. An installer method would be great! One thing I will add that I noticed last night was after implementing this I would not get my prompt back unless I used --no-pager option....otherwise, it works quite well. |
|
I've spent a bit of time on the script. https://github.com/FedoraTipper/Nvidia-Fan-Curve-Linux/blob/install-script/src/install.pl Not by any stretch of the imagination even close to complete. I've decided perl might be the best for what I want the script to do. Both quick and easy. Take a look, and let me know if there is anything that needs to be adjusted. I've also reconstructed the folders & files, as well as adding a bit of regex points for the script to substitute. |
Welcome to use this... I have it running on my system and it works great!