diff --git a/Makefile.am b/Makefile.am index aa60784a32..766ea92a16 100644 --- a/Makefile.am +++ b/Makefile.am @@ -323,6 +323,7 @@ MANPAGES = \ man/systemd.swap.5 \ man/systemd.timer.5 \ man/systemd.path.5 \ + man/systemd.target.5 \ man/daemon.7 \ man/sd-daemon.7 \ man/runlevel.8 \ diff --git a/man/systemd.target.xml b/man/systemd.target.xml new file mode 100644 index 0000000000..f05718876e --- /dev/null +++ b/man/systemd.target.xml @@ -0,0 +1,97 @@ + + + + + + + + + systemd.target + systemd + + + + Developer + Lennart + Poettering + lennart@poettering.net + + + + + + systemd.target + 5 + + + + systemd.target + systemd target configuration files + + + + systemd.target + + + + Description + + A unit configuration file whose name ends in + .target encodes information about + a target unit of systemd, which is used for grouping + units and as well-known synchronization points during + start-up. + + This unit type has no specific options. See + systemd.unit5 + 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 + target-specific options may be configured. + + Target units do not offer any additional + functionality on top of the generic functionality + 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 + units are a more flexible replacement for SysV + runlevels in the classic SysV init system. (And in + fact for compatibility reasons there exist special + target units such as + runlevel3.target that are used by + the SysV runlevel compatibility code in systemd. See + systemd.special7 + for details). + + + + See Also + + systemd8, + systemctl8, + systemd.unit5, + systemd.special7 + + + +