Comment 3 for bug 1853164

Revision history for this message
Mason Loring Bliss (y-mason) wrote :

sdezial notes this being terser. I do the long form out of superstitious awe
at the notion of a return code of zero being "true", even though it always
is, but this would be terser and also correct:

    if systemctl is-active systemd-resolved > /dev/null 2>&1; then