X-Git-Url: https://code.delx.au/monosys/blobdiff_plain/868547cb9e5857ff1576335fa1ea44748f19930d..e052509811603e029d0a6f8870202ddb6f0e82a0:/healthcheck/systemd-user-units diff --git a/healthcheck/systemd-user-units b/healthcheck/systemd-user-units index 5f8a406..ddc1551 100755 --- a/healthcheck/systemd-user-units +++ b/healthcheck/systemd-user-units @@ -4,10 +4,6 @@ if systemctl --user is-system-running > /dev/null; then exit 0 fi -if systemctl --user is-system-running 2>&1 | grep -q 'Failed to connect to bus'; then - exit 0 -fi - echo -e "# systemctl --user --failed" systemctl --user --failed exit 1