dotfiles/systemd/system/log_battery.timer

12 lines
197 B
SYSTEMD
Raw Normal View History

2023-08-28 20:05:11 -06:00
[Unit]
Description=Log the current battery charge
Requires=log_battery.service
[Timer]
Unit=log_battery.service
OnCalendar=*-*-* *:00/1:00
RandomizedDelaySec=10s
[Install]
WantedBy=timers.target