Options (1)
-q, --quietbooleanCheck whether a unit is active without printing the state to `stdout`
Example:
systemctl is-active {{unit}} {{[-q|--quiet]}}Examples (4)
Check whether a unit is active
systemctl is-active unitCheck whether multiple units are active
systemctl is-active unit1 unit2 ...Check whether a unit is active without printing the state to `stdout`
systemctl is-active unit [-q|--quiet]Check whether a user unit is active
systemctl is-active unit --usermade by @shridhargupta | data from tldr-pages