X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd-install.xml;h=63832aa6b4eddfdfe4ef539ca63b7a7c7161f760;hb=707e5e52804a8f041f0d2f822f0bcf7062ad24ac;hp=9881e9819e29bc22b540abce5af3d5cb0bad9f22;hpb=359957ee23e8dad97f6c75969d7ecfe4d3c4369f;p=elogind.git diff --git a/man/systemd-install.xml b/man/systemd-install.xml index 9881e9819..63832aa6b 100644 --- a/man/systemd-install.xml +++ b/man/systemd-install.xml @@ -21,7 +21,7 @@ along with systemd; If not, see . --> - + systemd-install @@ -50,13 +50,13 @@ - systemd-install options name + systemd-install OPTIONS enable NAME - systemd-install options name + systemd-install OPTIONS disable NAME - systemd-install options name + systemd-install OPTIONS test NAME @@ -67,18 +67,28 @@ disables systemd units, or checks whether they are enabled. + This command is useful to apply or undo the + installation instructions encoded in the [Install] + section of unit files. See + systemd.unit5 + for more information. + + + + Options + The following options are understood: - --help + Prints a short help text and exits. - --force + Enable/disable a service even if it conflicts @@ -89,14 +99,14 @@ - --system + Enable/disable a system service. - --session + Enable/disable a session service for the calling @@ -104,7 +114,7 @@ - --global + Enable/disable a session service for all @@ -112,11 +122,11 @@ - The following verbs are understood: + The following commands are understood: - enable + enable Enable a unit. This will create a number of symlinks as @@ -125,7 +135,7 @@ - disable + disable Disable a unit. This will removed a number of symlinks as @@ -134,12 +144,12 @@ - test + test Checks whether any of the units specified are installed. This will check for the - existance of a number of symlinks as + existence of a number of symlinks as encoded in the [Install] section of a unit file. @@ -157,6 +167,7 @@ See Also + systemd1, systemctl1, systemd.unit5