diff options
author | Lennart Poettering <lennart@poettering.net> | 2020-05-06 08:19:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-06 08:19:37 +0200 |
commit | c92391f52fb335b529519ffffd91bbd3a83c8c64 (patch) | |
tree | 355e61e0b67213435b61ed00efaa5d77c4fcda62 /man/systemctl.xml | |
parent | man: systemd.service: systemd-analyze exit-codes -> exit-status (diff) | |
parent | systemctl: do not show preset state for "static"/"alias"/"generated"/"transie... (diff) | |
download | systemd-c92391f52fb335b529519ffffd91bbd3a83c8c64.tar.xz systemd-c92391f52fb335b529519ffffd91bbd3a83c8c64.zip |
Merge pull request #15692 from keszybz/preset-cleanup
Make systemctl list-unit-files output more useful
Diffstat (limited to 'man/systemctl.xml')
-rw-r--r-- | man/systemctl.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml index 570c1a5505..36495cbd33 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -754,6 +754,11 @@ Jan 12 10:46:45 example.com bluetoothd[8900]: gatt-time-server: Input/output err <entry><literal>linked-runtime</literal></entry> </row> <row> + <entry><literal>alias</literal></entry> + <entry>The name is an alias (symlink to another unit file).</entry> + <entry>0</entry> + </row> + <row> <entry><literal>masked</literal></entry> <entry morerows='1'>Completely disabled, so that any start operation on it fails (permanently in <filename>/etc/systemd/system/</filename> or transiently in <filename>/run/systemd/systemd/</filename>).</entry> <entry morerows='1'>> 0</entry> |