Advertisement
Guest User

Untitled

a guest
Jan 30th, 2025
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. ### Editing /etc/systemd/system/coolercontrold.service.d/override.conf
  2. ### Anything between here and the comment below will become the new contents of the file
  3.  
  4.  
  5.  
  6. ### Lines below this comment will be discarded
  7.  
  8. ### /lib/systemd/system/coolercontrold.service
  9. # [Unit]
  10. # Description=CoolerControl Daemon
  11. # # enables auto-starting & restarting for liqctld:
  12. # Wants=coolercontrol-liqctld.service
  13. # After=network.target coolercontrol-liqctld.service
  14. # PropagatesReloadTo=coolercontrol-liqctld.service
  15. # StartLimitIntervalSec=60
  16. # StartLimitBurst=10
  17. #
  18. # [Service]
  19. # Type=simple
  20. # Environment="COOLERCONTROL_LOG=INFO"
  21. # ExecStart=/usr/bin/coolercontrold
  22. # Restart=always
  23. # RestartSec=1
  24. # TimeoutStopSec=5
  25. #
  26. # [Install]
  27. # WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement