systemctl-help

Show manual pages for units

TLDR

Show manual for a unit
$ systemctl help [unit]
Show manuals for multiple units
$ systemctl help [unit1 unit2 ...]
Show manual for a user unit
$ systemctl help [unit] --user
Show without pager
$ systemctl help [unit] --no-pager
Show manual for the unit owning a PID
$ systemctl help [pid]

SYNOPSIS

systemctl help PATTERN...|PID...

DESCRIPTION

systemctl help displays the manual pages for one or more units. If a numeric PID is provided instead of a unit name, it shows the manual for the unit that process belongs to.The manual page is determined by the `Documentation=` directive in the unit file.

PARAMETERS

--user

Show help for user units
--no-pager
Display all output at once without paging

INSTALL

sudo apt install systemd
sudo dnf install systemd
sudo pacman -S systemd
sudo zypper install systemd
brew install systemd
nix profile install nixpkgs#systemd

CAVEATS

Not all units have associated documentation. The Documentation= directive must be set in the unit file for this to work. Falls back to generic systemd documentation if no specific manual exists.

HISTORY

The help subcommand provides integrated documentation access directly from the unit management interface, linking units to their relevant manual pages.

SEE ALSO

systemctl(1), systemctl-cat(1), man(1)