[Unit]
Description=Run amd-notify every 5 minutes
Requires=amd-notify.service

[Timer]
# Fire 1 minute after boot, then every 5 minutes thereafter.
OnBootSec=1min
OnUnitActiveSec=5min
# If the system was off when a tick would have fired, run on next boot.
Persistent=true
Unit=amd-notify.service
AccuracySec=15s

[Install]
WantedBy=timers.target
