You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add a subcommand for printing a config schema (002b110)
declare parameter schemas for all checks (08db0f0)
BREAKING CHANGES
--config must now be passed after the daemon subcommand
(autosuspend daemon -c file.conf) rather than before it
(autosuspend -c file.conf daemon). Invocations that relied on the old
position will fail with an argument error. The systemd unit file is
unaffected because it relies on the /etc/autosuspend.conf default path
and does not pass -c explicitly.