add fan control service
This commit is contained in:
10
proxmox/fan_control/fan_control.service
Normal file
10
proxmox/fan_control/fan_control.service
Normal file
@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=User defined temperature fan control for iDrac 9
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/local/sbin/temperature_monitor.sh
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Reference in New Issue
Block a user