diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-11-20 20:09:38 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-11-20 20:10:30 +0100 |
commit | 00addadd86aff6187f1b7abe23bf1c42241b42d9 (patch) | |
tree | 1a7b1e7fbbeabae731e363fd6f4b15dd8fad4c7b /units/getty@.service.m4 | |
parent | ef7963b561adec267dbc7dbdfc0d29105f2ca872 (diff) |
unit: link up getty configuration from man page and unit files
Diffstat (limited to 'units/getty@.service.m4')
-rw-r--r-- | units/getty@.service.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
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 |