summaryrefslogtreecommitdiffstats
path: root/data/systemd/anaconda-shell.service
blob: c99c1b387962ec28ea814d108d1237a229d3c60b (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Shell on tty2
BindTo=dev-tty2.device
After=dev-tty2.device

[Service]
Environment=TERM=linux
ExecStart=-/sbin/agetty -n tty2 38400
Restart=always
RestartSec=0
TimeoutSec=0