units: introduce getty-pre.target (#6667)
authorMichal Sekletar <msekletar@users.noreply.github.com>
Thu, 31 Aug 2017 09:20:14 +0000 (11:20 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 31 Aug 2017 09:20:14 +0000 (11:20 +0200)
commit175902541852fb9207f6e532d8da48c9a102340c
tree24a84c33af7e73ebef71209e49ca9859d51f24fb
parentef965ed2e123ea408ae78fd47594285d18550af6
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
man/systemd.special.xml
units/getty-pre.target [new file with mode: 0644]
units/getty@.service.m4
units/meson.build
units/serial-getty@.service.m4