8cacc7 initscripts: redirect systemctl status output

1 file Authored by Carlos Rodriguez-Fernandez 8 months ago, Committed by Adam Saleh 8 months ago,
    initscripts: redirect systemctl status output
    
    When running locally, the systemctl pager can come up
    in some circumstances, preventing the test run from
    continuing because it is waiting for stdin.
    
    The redirect prevents this from happening, and will
    output only in case of error for troubleshooting.
    
    Signed-off-by: Carlos Rodriguez-Fernandez <carlosrodrifernandez@gmail.com>