diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-05-31 14:51:05 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-05-31 14:51:17 +0200 |
commit | 88f8ffbd63d09b0f2899a8d45fc82e22839aeb81 (patch) | |
tree | 408062be373cfd9c056bf86db3af1d1d0da100cf | |
parent | 0f9963a8b8c1d60a467c0cdc04d5e7bfce9d7c75 (diff) |
units: add Documentation= field to console-getty.service
-rw-r--r-- | TODO | 2 | ||||
-rw-r--r-- | units/console-getty.service.m4.in | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -24,6 +24,8 @@ Bugfixes: Features: +* handle C-A-Del in logind, like the power/suspend buttons? + * nspawn: make use of device cgroup contrller by default * parse kernel cmdline option for capability bset diff --git a/units/console-getty.service.m4.in b/units/console-getty.service.m4.in index 298082b3a9..9d80d4b6f6 100644 --- a/units/console-getty.service.m4.in +++ b/units/console-getty.service.m4.in @@ -7,6 +7,7 @@ [Unit] Description=Console Getty +Documentation=man:agetty(8) After=systemd-user-sessions.service plymouth-quit-wait.service m4_ifdef(`TARGET_FEDORA', After=rc-local.service |