diff options
author | Hoàng Đức Hiếu <github@zahe.me> | 2012-12-29 21:05:57 +0700 |
---|---|---|
committer | David Herrmann <dh.herrmann@googlemail.com> | 2012-12-30 12:49:25 +0100 |
commit | e0f23302397cbea77e77405b9f36aafb0d87ff01 (patch) | |
tree | 315088a340876df7916f2f37d1e182e78b195001 /docs | |
parent | 60c2851d6446517d4b1d120bd6d28dbb529228a9 (diff) |
docs: fix systemd-unit name typo
We forgot to rename the templates from kmscon to kmsconvt in the comments.
Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/kmsconvt@.service | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/kmsconvt@.service b/docs/kmsconvt@.service index cf6b211..f8622fc 100644 --- a/docs/kmsconvt@.service +++ b/docs/kmsconvt@.service @@ -6,9 +6,9 @@ # # You can replace the default getty@.service that is shipped with systemd by # linking it with: -# ln -s /usr/lib/systemd/system/kmscon@.service /etc/systemd/system/autovt@.service +# ln -s /usr/lib/systemd/system/kmsconvt@.service /etc/systemd/system/autovt@.service # This will make systemd start KMSCON instead of agetty on each VT. Or more -# precisely, this will make systemd-logind use kmscon@.service instead of +# precisely, this will make systemd-logind use kmsconvt@.service instead of # getty@.service for new VTs. In fact, all other units/scripts/... that use # getty@.service will not be affected by this change. # |