X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemctl.xml;h=466d990dbd2f27c59289d843b23393120fc41253;hb=74ac3cbd509de2f5995542aa5db39328e8cbd22a;hp=6e4b203d8877ba80f545c4b01c2edbb29f83d1d4;hpb=ee5762e3780c048b230e8c1e7659e40fc1f443bf;p=elogind.git diff --git a/man/systemctl.xml b/man/systemctl.xml index 6e4b203d8..466d990db 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -341,8 +341,12 @@ Start the unit specified on the command line and its - dependencies and stop all - others. + dependencies and stop all others. Note + that this works only on units where + is + enabled. See + systemd.unit5 + for details. is-active [NAME...] @@ -357,7 +361,7 @@ state to STDOUT. - status [NAME...] + status [NAME...|PID...] Show terse runtime status information about one or more @@ -365,7 +369,10 @@ generate human-readable output. If you are looking for computer-parsable output, use show - instead. + instead. If a PID is passed + information about the unit the process + of the PID belongs to is + shown. show [NAME...|JOB...] @@ -392,18 +399,19 @@ - reset-maintenance [NAME...] + reset-failed [NAME...] - Reset maintenance - state of the specified units, or if no - unit name is passed of all units. When - a unit fails in some way (i.e. process - exiting with non-zero error code, - terminating abnormally or timing out) - it will automatically enter - maintenance state and its exit codes - and status is recorded for - introspection by the administrator + Reset the + 'failed' state of the + specified units, or if no unit name is + passed of all units. When a unit fails + in some way (i.e. process exiting with + non-zero error code, terminating + abnormally or timing out) it will + automatically enter the + 'failed' state and + its exit code and status is recorded + for introspection by the administrator until the service is restarted or reset with this command.