10 lines
123 B
SYSTEMD
10 lines
123 B
SYSTEMD
|
[Unit]
|
||
|
Description=Watches server temperature
|
||
|
|
||
|
[Timer]
|
||
|
OnUnitInactiveSec=5s
|
||
|
OnBootSec=5s
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=timers.target
|