commands.sh

systemctl show

linux

Show properties of units or systemd itself.

More info →

Options (2)

-a, --allboolean

Include empty properties in the list

Example: systemctl show {{[-a|--all]}}
-p, --propertyboolean

Only show the specified properties

Example: systemctl show {{unit}} {{[-p|--property]}} {{Wants,Conflicts,...}}

Examples (6)

Show properties of the system service manager

Show properties of the user service manager

Show properties of a specific unit

Show properties of a specific user unit

systemctl show unit --user

Include empty properties in the list

systemctl show [-a|--all]

Only show the specified properties

systemctl show unit [-p|--property] Wants,Conflicts,...
made by @shridhargupta | data from tldr-pages