11 lines
144 B
SYSTEMD
11 lines
144 B
SYSTEMD
[Unit]
|
|
Description=Runs temperature monitoring every minute
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-* *:*:00
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|
|
|