unit: link up getty configuration from man page and unit files

This commit is contained in:
Lennart Poettering 2012-11-20 20:09:38 +01:00
parent ef7963b561
commit 00addadd86
4 changed files with 11 additions and 2 deletions

View File

@ -77,6 +77,12 @@
implements the <ulink
url="http://www.freedesktop.org/wiki/Software/systemd/Generators">generator
specification</ulink>.</para>
<para>Further information about configuration of
gettys you may find in <ulink
url="http://0pointer.de/blog/projects/serial-console.html">systemd
for Administrators, Part XVI: Gettys on Serial
Consoles (and Elsewhere)</ulink>.</para>
</refsect1>
<refsect1>

View File

@ -7,4 +7,5 @@
[Unit]
Description=Login Prompts
Documentation=man:systemd.special(7)
Documentation=man:systemd.special(7) man:systemd-getty-generator(8)
Documentation=http://0pointer.de/blog/projects/serial-console.html

View File

@ -7,7 +7,8 @@
[Unit]
Description=Getty on %I
Documentation=man:agetty(8)
Documentation=man:agetty(8) man:systemd-getty-generator(8)
Documentation=http://0pointer.de/blog/projects/serial-console.html
After=systemd-user-sessions.service plymouth-quit-wait.service
m4_ifdef(`TARGET_FEDORA',
After=rc-local.service

View File

@ -8,6 +8,7 @@
[Unit]
Description=Serial Getty on %I
Documentation=man:agetty(8) man:systemd-getty-generator(8)
Documentation=http://0pointer.de/blog/projects/serial-console.html
BindsTo=dev-%i.device
After=dev-%i.device systemd-user-sessions.service plymouth-quit-wait.service
m4_ifdef(`TARGET_FEDORA',