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