X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd.target.xml;h=d1f4d22674be700299c7f9b13d293a0bb65210c5;hp=f05718876e46e9cf49489a4d582a084a5b18c592;hb=0bc62352805b98cebe5debb12a5d45adfc0c66d1;hpb=da49e9ab4c3cf53de3e41a532877727c6c9e5804 diff --git a/man/systemd.target.xml b/man/systemd.target.xml index f05718876..d1f4d2267 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,7 +44,7 @@ systemd.target - systemd target configuration files + Target unit configuration @@ -65,7 +65,7 @@ for the common options of all unit configuration files. The common configuration items are configured in the generic [Unit] and [Install] sections. A - seperate [Target] section does not exist, since no + separate [Target] section does not exist, since no target-specific options may be configured. Target units do not offer any additional @@ -73,21 +73,32 @@ provided by units. They exist merely to group units via dependencies (useful as boot targets), and to establish standardized names for synchronization points used in - dependencies between units. Among other things target + dependencies between units. Among other things, target units are a more flexible replacement for SysV - runlevels in the classic SysV init system. (And in - fact for compatibility reasons there exist special + runlevels in the classic SysV init system. (And for + compatibility reasons special target units such as - runlevel3.target that are used by + runlevel3.target exist which are used by the SysV runlevel compatibility code in systemd. See systemd.special7 for details). + + Unless DefaultDependencies= + is set to , target units will + implicitly complement all configured dependencies of + type Wants=, + Requires=, + RequiresOverridable= with + dependencies of type After= if the + units in question also have + DefaultDependencies=true. + See Also - systemd8, + systemd1, systemctl8, systemd.unit5, systemd.special7