10 lines
140 B
SYSTEMD
10 lines
140 B
SYSTEMD
|
[Unit]
|
||
|
Description=Set fan speed
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=/home/balrog/Scripts/ipmi-static.sh
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|