10 lines
149 B
SYSTEMD
10 lines
149 B
SYSTEMD
|
[Unit]
|
||
|
Description=Watch server temperature
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=/home/balrog/Scripts/ipmi-temp.sh
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|