Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1484 - (show annotations) (download)
Wed Aug 3 23:32:18 2011 UTC (12 years, 10 months ago) by niro
File size: 307 byte(s)
tagged 'init-0_7_1_2'
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