2010-09-16 06:36:41 +08:00
|
|
|
# This file is part of systemd.
|
|
|
|
#
|
|
|
|
# systemd is free software; you can redistribute it and/or modify it
|
2012-04-12 06:20:58 +08:00
|
|
|
# under the terms of the GNU Lesser General Public License as published by
|
|
|
|
# the Free Software Foundation; either version 2.1 of the License, or
|
2010-09-16 06:36:41 +08:00
|
|
|
# (at your option) any later version.
|
|
|
|
|
|
|
|
[Unit]
|
|
|
|
Description=Setup Virtual Console
|
2012-06-25 18:00:43 +08:00
|
|
|
Documentation=man:systemd-vconsole-setup.service(8) man:vconsole.conf(5)
|
2010-09-16 06:36:41 +08:00
|
|
|
DefaultDependencies=no
|
|
|
|
Conflicts=shutdown.target
|
2010-09-28 09:44:22 +08:00
|
|
|
After=systemd-readahead-collect.service systemd-readahead-replay.service
|
2010-11-19 23:24:21 +08:00
|
|
|
Before=sysinit.target shutdown.target
|
2012-04-12 08:51:16 +08:00
|
|
|
ConditionPathExists=/dev/tty0
|
2010-09-16 06:36:41 +08:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
RemainAfterExit=yes
|
|
|
|
ExecStart=@rootlibexecdir@/systemd-vconsole-setup
|