X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemctl.xml;h=b388eb312e682e7dccb11864fe5e802fbee9c798;hb=e1d758033dc7e101ab32323a0f1649d8daf56a22;hp=b287d7ac84c8dfd7cfa5e5825f3dd539acefd071;hpb=1e89266b761a80da2cfc1b6e7a2a80a1855dcf7a;p=elogind.git diff --git a/man/systemctl.xml b/man/systemctl.xml index b287d7ac8..b388eb312 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -230,8 +230,10 @@ along with systemd; If not, see . If replace-irreversibly is specified, operate like replace, but also mark the new jobs as irreversible. This prevents future conflicting - transactions from replacing these jobs. The jobs can still be - cancelled using the cancel command. + transactions from replacing these jobs (or even being enqueued + while the irreversible jobs are still pending). Irreversible + jobs can still be cancelled using the cancel + command. isolate is only valid for start operations and causes all other units to be stopped when the @@ -474,6 +476,20 @@ along with systemd; If not, see . + + + + + Takes one of full (the default), + enable-only, + disable-only. When use with the + preset or preset-all + commands controls whether units shall be disabled and + enabled according to the preset rules, or only enabled, or + only disabled. + + + @@ -1023,16 +1039,35 @@ kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service command line, to the defaults configured in the preset policy files. This has the same effect as disable or enable, - depending how the unit is listed in the preset files. For - more information on the preset policy format, see + depending how the unit is listed in the preset files. + + Use to control + whether units shall be enabled and disabled, or only + enabled, or only disabled. + + For more information on the preset policy format, + see systemd.preset5. For more information on the concept of presets, please - consult the - Preset + consult the Preset document. + + preset-all + + + Resets all installed unit files to the defaults + configured in the preset policy file (see above). + + Use to control + whether units shall be enabled and disabled, or only + enabled, or only disabled. + + + mask NAME...