Skip to content
  • The systemd service file to go with this is:

    [Unit]
    Description=Fan control
    
    [Service]
    Type=simple
    User=root
    Group=root
    WorkingDirectory=/tmp
    ExecStart=/usr/local/sbin/fancontrol
    
    [Install]
    WantedBy=multi-user.target
    WantedBy=rescue.target
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