mirror of
https://github.com/brezlord/iDRAC7_fan_control.git
synced 2024-11-09 15:38:21 +00:00
20 lines
261 B
Desktop File
20 lines
261 B
Desktop File
[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 |