add service
This commit is contained in:
parent
a6e6b758e4
commit
b1c92cd561
5 changed files with 68 additions and 41 deletions
10
ipmifan.service
Normal file
10
ipmifan.service
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[Unit]
|
||||
Description=Start impi fan control
|
||||
After=lm_sensors.service systemd-modules-load.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/ipmifan
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue