mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-10 01:17:44 +03:00
man: clarify systemctl --property= documentation a bit
This commit is contained in:
parent
3cd170c33e
commit
54c31a79f7
1
.gitignore
vendored
1
.gitignore
vendored
@ -23,6 +23,7 @@
|
|||||||
/systemadm
|
/systemadm
|
||||||
/systemctl
|
/systemctl
|
||||||
/systemd
|
/systemd
|
||||||
|
/systemd-activate
|
||||||
/systemd-ac-power
|
/systemd-ac-power
|
||||||
/systemd-analyze
|
/systemd-analyze
|
||||||
/systemd-ask-password
|
/systemd-ask-password
|
||||||
|
6
TODO
6
TODO
@ -49,9 +49,11 @@ Fedora 19:
|
|||||||
|
|
||||||
Features:
|
Features:
|
||||||
|
|
||||||
|
* systemd-inhibit: refuse taking delay locks
|
||||||
|
|
||||||
* journal-or-kmsg is currently broken? See reverted commit 4a01181e460686d8b4a543b1dfa7f77c9e3c5ab8.
|
* journal-or-kmsg is currently broken? See reverted commit 4a01181e460686d8b4a543b1dfa7f77c9e3c5ab8.
|
||||||
|
|
||||||
* remove any syslog support from log.c
|
* remove any syslog support from log.c -- we probably can't do this before split-off udev is gone for good
|
||||||
|
|
||||||
* convert /etc/bash_completion.d/ to /usr/share/bash-completion/
|
* convert /etc/bash_completion.d/ to /usr/share/bash-completion/
|
||||||
(systemd (and everything else) should install zero static data in /etc)
|
(systemd (and everything else) should install zero static data in /etc)
|
||||||
@ -80,8 +82,6 @@ Features:
|
|||||||
|
|
||||||
* man: maybe sort directives in man pages, and take sections from --help and apply them to man too
|
* man: maybe sort directives in man pages, and take sections from --help and apply them to man too
|
||||||
|
|
||||||
* man: systemctl: clarify that -p applies to "systemctl show" only
|
|
||||||
|
|
||||||
* add "# export SYSTEMD_PAGER=" to bash login
|
* add "# export SYSTEMD_PAGER=" to bash login
|
||||||
|
|
||||||
* /usr/bin/service should actually show the new command line
|
* /usr/bin/service should actually show the new command line
|
||||||
|
@ -117,10 +117,11 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
|
|||||||
<term><option>--property=</option></term>
|
<term><option>--property=</option></term>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>When showing unit/job/manager properties, limit
|
<para>When showing unit/job/manager properties with the
|
||||||
display to certain properties as specified as argument. If
|
<command>show</command> command, limit display to certain
|
||||||
not specified all set properties are shown. The argument
|
properties as specified as argument. If not specified all
|
||||||
should be a comma-seperated list of property names, such as
|
set properties are shown. The argument should be a
|
||||||
|
comma-seperated list of property names, such as
|
||||||
<literal>MainPID</literal>. If specified more than once all
|
<literal>MainPID</literal>. If specified more than once all
|
||||||
properties with the specified names are shown.</para>
|
properties with the specified names are shown.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
@ -206,7 +207,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
|
|||||||
sleep state. Any user may take these locks and privileged
|
sleep state. Any user may take these locks and privileged
|
||||||
users may override these locks. If any locks are taken,
|
users may override these locks. If any locks are taken,
|
||||||
shutdown and sleep state requests will normally fail
|
shutdown and sleep state requests will normally fail
|
||||||
(regardless if privileged or not) and list of active locks
|
(regardless if privileged or not) and a list of active locks
|
||||||
is printed. However if <option>--ignore-inhibitors</option>
|
is printed. However if <option>--ignore-inhibitors</option>
|
||||||
is specified the locks are ignored and not printed, and the
|
is specified the locks are ignored and not printed, and the
|
||||||
operation attempted anyway, possibly requiring additional
|
operation attempted anyway, possibly requiring additional
|
||||||
|
Loading…
Reference in New Issue
Block a user