Add systemd service to run at boot
parent
57bd98ff3d
commit
e8abfe29e0
@ -0,0 +1,10 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=ASRock IPMI automatic fan control
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
WorkingDirectory=/root/asrock-pwm-ipmi/
|
||||||
|
ExecStart=/root/asrock-pwm-ipmi/asrock-pwm-ipmi -a
|
||||||
|
Restart=always
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
Loading…
Reference in New Issue