How to suppress output of systemctl?
I have tried
systemctl --quiet
systemctl -q
and even
systemctl 2>&1 1>/dev/null
none of these seem to work when testing for service is disabled when said service is already disabled?
systemctl -q is-disabled dhcpcd