Magellan Linux

Contents of /tags/init-0_8_1/systemd/units/services/chvt.service

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2105 - (show annotations) (download)
Tue Apr 2 08:31:15 2013 UTC (11 years, 2 months ago) by niro
File size: 307 byte(s)
tagged 'init-0_8_1'
1 [Unit]
2 Description=Chvt to tty2 to aquire a loginshell.
3 After=getty.target rc-local.service plymouth-quit.service
4 Conflicts=xdm.service gdm.service slim.service
5
6 [Service]
7 Type=oneshot
8 RemainAfterExit=yes
9 EnvironmentFile=/etc/conf.d/chvt
10 ExecStart=/usr/bin/chvt ${TTY}
11
12 [Install]
13 WantedBy=multi-user.target