diff options
author | Shawn Landden <shawn@churchofgit.com> | 2013-11-30 16:09:26 -0800 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-11-30 22:20:20 -0500 |
commit | e93c33d4aadb41427f215d43545e7fadc6bcec6f (patch) | |
tree | 6964e793e232cce6d03349d73a83fe23da45e252 /man/systemctl.xml | |
parent | f74294c1dabb41faaaa0e03777f0dd33b979eed6 (diff) |
systemctl: add "systemctl cat"
Diffstat (limited to 'man/systemctl.xml')
-rw-r--r-- | man/systemctl.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml index 567f39839c..5a15e5ca05 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -733,7 +733,16 @@ kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service human-readable output.</para> </listitem> </varlistentry> + <varlistentry> + <term><command>cat <replaceable>NAME</replaceable>...</command></term> + <listitem> + <para>Show backing files of one or more units. + Prints the fragment, drop-ins, and source (sysvinit compat) + of units. Each file is preceded by a comment which includes the + file name.</para> + </listitem> + </varlistentry> <varlistentry> <term><command>set-property <replaceable>NAME</replaceable> <replaceable>ASSIGNMENT</replaceable>...</command></term> |