12 lines
197 B
SYSTEMD
12 lines
197 B
SYSTEMD
[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
|