commands.sh

systemctl cat

linux

Show the full contents of unit files as systemd sees them.

More info →

Examples (4)

Show the contents and absolute path of a unit file

Show the contents of multiple unit files

systemctl cat unit1 unit2 ...

Show the contents of a unit file for a template

systemctl cat template@

Show the contents of a user unit file

systemctl cat unit --user
made by @shridhargupta | data from tldr-pages