lvx, eg4, and evse

This commit is contained in:
2026-05-01 16:56:37 -04:00
parent 7688fc1dd3
commit e1b180e230
4 changed files with 492 additions and 2 deletions

View File

@@ -6,9 +6,14 @@ Description=Periodic re-resolve of LVX6048 hidraw symlinks (transient-failure ba
# idempotent — runs that don't change anything are no-ops.
[Timer]
OnBootSec=2min
OnUnitActiveSec=5min
# Wall-clock schedule: fire every 5 minutes regardless of resolver service
# state. We previously used OnBootSec= + OnUnitActiveSec= which interacted
# badly with the resolver's RemainAfterExit=yes — once the unit was active,
# systemd considered the trigger condition met and stopped re-scheduling
# (observed on 2026-04-29: only 3 runs over 30 min, then nothing).
OnCalendar=*:0/5
AccuracySec=15s
Persistent=true
Unit=lvx-resolve-links.service
[Install]