Magellan Linux

Contents of /trunk/initscripts/systemd/units/services/chvt.service

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1379 - (show annotations) (download)
Sat Jun 4 22:39:12 2011 UTC (12 years, 11 months ago) by niro
File size: 307 byte(s)
-added services dir
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