X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd.target.xml;h=15662a548d8f60525349dd9205c7e5d376d64aa8;hp=5c264275963007cc8057bf21657609e6f0f73b16;hb=d86dd07d462fb8502b1c7b4a9a4df4fba8318bdd;hpb=f3e219a238c716ffa06fab7b0618197c090dfd5a diff --git a/man/systemd.target.xml b/man/systemd.target.xml index 5c2642759..15662a548 100644 --- a/man/systemd.target.xml +++ b/man/systemd.target.xml @@ -9,16 +9,16 @@ Copyright 2010 Lennart Poettering systemd is free software; you can redistribute it and/or modify it - under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or + under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. systemd is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. + Lesser General Public License for more details. - You should have received a copy of the GNU General Public License + You should have received a copy of the GNU Lesser General Public License along with systemd; If not, see . --> @@ -44,18 +44,18 @@ systemd.target - systemd target configuration files + Target unit configuration - systemd.target + target.target Description A unit configuration file whose name ends in - .target encodes information about + .target encodes information about a target unit of systemd, which is used for grouping units and as well-known synchronization points during start-up. @@ -83,14 +83,15 @@ systemd.special7 for details). - Unless - DefaultDependencies= is set to - , target units will - implicitly complement all configured dependencies of type - Wants=, + Unless DefaultDependencies= + is set to , target units will + implicitly complement all configured dependencies of + type Wants=, Requires=, RequiresOverridable= with - dependencies of type After=. + dependencies of type After= if the + units in question also have + DefaultDependencies=true. @@ -100,7 +101,8 @@ systemd1, systemctl8, systemd.unit5, - systemd.special7 + systemd.special7, + systemd.directives7