nmaggioni / r710-fan-controller

A Python script and SystemD service to control Dell PowerEdges' fans depending on CPU(s) temperatures.
MIT License
140 stars 39 forks source link

SIGTERM handler #6

Closed NULLx76 closed 4 years ago

NULLx76 commented 4 years ago

This PR adds a handler for SIGTERM to set all fan controls back to automatic.

I've only tested this with one host but it seems to work nicely.

Closes #5