summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--man/systemd-getty-generator.xml6
-rw-r--r--units/getty.target3
-rw-r--r--units/getty@.service.m43
-rw-r--r--units/serial-getty@.service.m41
4 files changed, 11 insertions, 2 deletions
diff --git a/man/systemd-getty-generator.xml b/man/systemd-getty-generator.xml
index 1c9c9345f9..da88e727c7 100644
--- a/man/systemd-getty-generator.xml
+++ b/man/systemd-getty-generator.xml
@@ -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>
diff --git a/units/getty.target b/units/getty.target
index d53da35f9c..c33d44657a 100644
--- a/units/getty.target
+++ b/units/getty.target
@@ -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
diff --git a/units/getty@.service.m4 b/units/getty@.service.m4
index 810c23fc12..cc9a2ac644 100644
--- a/units/getty@.service.m4
+++ b/units/getty@.service.m4
@@ -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
diff --git a/units/serial-getty@.service.m4 b/units/serial-getty@.service.m4
index c411dc1121..11f5e2c006 100644
--- a/units/serial-getty@.service.m4
+++ b/units/serial-getty@.service.m4
@@ -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',