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
resource-tuner: start service only when needed; guard systemctl ops
- Check current state first (systemctl is-active/is-enabled) skip if active.
- Enable only when disabled, run daemon-reload before attempting start.
- Start only if not running, always print final
- Avoid redundant enable/start calls, reduces noise and race risk.
- Preserve existing PASS/SKIP policy and names, no logic changes to tests.
- Replace prior one-liners with readable multi-line flow (no behavioral change).
Signed-off-by: Srikanth Muppandam <[email protected]>
0 commit comments