mirror of
https://github.com/edu4rdshl/powerman.git
synced 2026-07-18 07:34:45 +00:00
10 lines
164 B
SYSTEMD
10 lines
164 B
SYSTEMD
[Unit]
|
|
Description=Check for battery status every minute.
|
|
|
|
[Timer]
|
|
OnBootSec=1min
|
|
OnUnitActiveSec=1min
|
|
Unit=powerman.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|