ahayzen / nix-config

1 stars 0 forks source link

Systemd timers can be in activating not active state #483

Open ahayzen opened 4 days ago

ahayzen commented 4 days ago

This is likely what is causing tasks not to be skipped when OneShot timers are running.

$ systemctl --state=help
Available unit active states:
active
reloading
inactive
failed
activating
deactivating
maintenance

Available timer unit substates:
dead
waiting
running
elapsed
failed
ahayzen commented 3 days ago

485 should help with this, next step is to offset timers away from daily so they don't all happen at the same time unnecessarily.