docs: fix systemd-unit name typo
authorHoàng Đức Hiếu <github@zahe.me>
Sat, 29 Dec 2012 14:05:57 +0000 (21:05 +0700)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Sun, 30 Dec 2012 11:49:25 +0000 (12:49 +0100)
We forgot to rename the templates from kmscon to kmsconvt in the comments.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
docs/kmsconvt@.service

index cf6b211..f8622fc 100644 (file)
@@ -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.
 #