mirror of
https://github.com/brezlord/iDRAC7_fan_control.git
synced 2024-11-25 06:57:25 +00:00
20 lines
261 B
SYSTEMD
20 lines
261 B
SYSTEMD
|
[Unit]
|
||
|
Description=Fan Control script
|
||
|
|
||
|
StartLimitIntervalSec=14400
|
||
|
StartLimitBurst=10
|
||
|
|
||
|
[Service]
|
||
|
Restart=on-abnormal
|
||
|
|
||
|
User=root
|
||
|
Group=root
|
||
|
|
||
|
ExecStart=/usr/local/sbin/fan_control_dyn.sh
|
||
|
|
||
|
ProtectSystem=full
|
||
|
|
||
|
TimeoutStopSec=5s
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|