summaryrefslogtreecommitdiff
path: root/man/systemd.special.xml
diff options
context:
space:
mode:
authorMichal Sekletar <msekletar@users.noreply.github.com>2017-08-31 11:20:14 +0200
committerLennart Poettering <lennart@poettering.net>2017-08-31 11:20:14 +0200
commit175902541852fb9207f6e532d8da48c9a102340c (patch)
tree24a84c33af7e73ebef71209e49ca9859d51f24fb /man/systemd.special.xml
parentef965ed2e123ea408ae78fd47594285d18550af6 (diff)
downloadsystemd-175902541852fb9207f6e532d8da48c9a102340c.tar.gz
units: introduce getty-pre.target (#6667)
This new target is a passive unit, hence it is supposed to be pulled in to the transaction by the service that wants to block login on the console (e.g. text version of initial-setup). Now both getty and serial-getty are ordered after this target. https://lists.freedesktop.org/archives/systemd-devel/2015-July/033754.html
Diffstat (limited to 'man/systemd.special.xml')
-rw-r--r--man/systemd.special.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/man/systemd.special.xml b/man/systemd.special.xml
index 8522ff0761..b4ed3eb8f2 100644
--- a/man/systemd.special.xml
+++ b/man/systemd.special.xml
@@ -59,6 +59,7 @@
<filename>exit.target</filename>,
<filename>final.target</filename>,
<filename>getty.target</filename>,
+ <filename>getty-pre.target</filename>,
<filename>graphical.target</filename>,
<filename>halt.target</filename>,
<filename>hibernate.target</filename>,
@@ -267,6 +268,17 @@
</listitem>
</varlistentry>
<varlistentry>
+ <term><filename>getty-pre.target</filename></term>
+ <listitem>
+ <para>A special passive target unit. Users of this target
+ are expected to pull it in the boot transaction via
+ a dependency (e.g. <varname>Wants=</varname>). Order your
+ unit before this unit if you want to make use of the console
+ just before <filename>getty</filename> is started.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
<term><filename>graphical.target</filename></term>
<listitem>
<para>A special target unit for setting up a graphical login