Advertisement
Guest User

tpfand.service

a guest
Sep 1st, 2012
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.24 KB | None | 0 0
  1. # Place in /etc/systemd/system/tpfand.service
  2.  
  3. [Unit]
  4. Description=Thinkpad Fan Control Daemon
  5.  
  6. [Service]
  7. Type=oneshot
  8. ExecStart=/usr/sbin/tpfand
  9.  
  10. [Install]
  11. WantedBy=multi-user.target
  12.  
  13. # Activate with "systemctl enable tpfand.service"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement