mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 04:09:23 +00:00
11 lines
187 B
SYSTEMD
11 lines
187 B
SYSTEMD
[Unit]
|
|
Description=Omarchy Battery Monitor Timer
|
|
Requires=omarchy-battery-monitor.service
|
|
|
|
[Timer]
|
|
OnBootSec=1min
|
|
OnUnitActiveSec=30sec
|
|
AccuracySec=10sec
|
|
|
|
[Install]
|
|
WantedBy=timers.target |