add systemd service file
This commit is contained in:
parent
320f489649
commit
6f4ca6bbf9
1 changed files with 11 additions and 0 deletions
11
R710-IPMI-TEMP/fan-speed-control.service
Normal file
11
R710-IPMI-TEMP/fan-speed-control.service
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[Unit]
|
||||
Description=Dell Poweredge Fan Control Daemon
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/local/bin/fan-speed-control.pl
|
||||
Restart=on-failure
|
||||
Type=simple
|
||||
|
||||
[Install]
|
||||
Alias=fan-speed-control.service
|
||||
WantedBy=multi-user.target
|
||||
Loading…
Reference in a new issue