diff options
author | Jan Synacek <jsynacek@redhat.com> | 2014-11-07 21:21:05 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-11-10 19:58:21 +0100 |
commit | aedd4012f437a0b08c34f40a5bb97b6e615ac074 (patch) | |
tree | 0853b364e6bf6fd0348022235887e62af2d687ad /man/systemctl.xml | |
parent | f81e67f79fa856aa2ecffad4d014772ce981745c (diff) |
shared/install: when unit contains only Also=, report 'indirect'
If a unit contains only Also=, with no Alias= or WantedBy=, it shouldn't
be reported as static. New 'indirect' status shall be introduced.
https://bugzilla.redhat.com/show_bug.cgi?id=864298
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 b1d60ebf32..8e681856cb 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -1019,6 +1019,11 @@ kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service <entry>0</entry> </row> <row> + <entry><literal>indirect</literal></entry> + <entry>Unit's status is determined indirectly by another unit(s) specified in <literal>Also=</literal> in [Install] section</entry> + <entry>0</entry> + </row> + <row> <entry><literal>disabled</literal></entry> <entry>Unit is not enabled</entry> <entry>1</entry> |