Advertisement
Guest User

Supermicro X9 PID fan control systemd unit

a guest
Mar 25th, 2019
809
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. [Unit]
  2. Description=IPMI Fan Control
  3. After=multi-user.target
  4.  
  5. [Service]
  6. type=idle
  7. ExecStart=/usr/bin/perl /usr/local/bin/IPMIFanControl.pl
  8.  
  9. [Install]
  10. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement