2013-01-23 17:28:19 +00:00
|
|
|
# anaconda-shell@.service
|
|
|
|
# This is roughly equivalent to getty@.service, except we go straight to bash
|
|
|
|
[Unit]
|
|
|
|
Description=Shell on %I
|
|
|
|
After=systemd-user-sessions.service plymouth-quit-wait.service
|
2015-03-23 11:36:12 +00:00
|
|
|
ConditionKernelCommandLine=!noshell
|
|
|
|
ConditionKernelCommandLine=!inst.noshell
|
2013-01-23 17:28:19 +00:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
WorkingDirectory=/
|
2015-03-23 11:36:12 +00:00
|
|
|
ExecStart=-/sbin/agetty --noclear -n -l /bin/bash -o '--login' %I 38400
|
|
|
|
Type=idle
|
2013-01-23 17:28:19 +00:00
|
|
|
Restart=always
|
|
|
|
RestartSec=0
|
|
|
|
TTYPath=/dev/%I
|
|
|
|
TTYReset=yes
|
|
|
|
TTYVHangup=yes
|
|
|
|
TTYVTDisallocate=yes
|
|
|
|
KillMode=process
|
|
|
|
KillSignal=SIGHUP
|
2015-03-23 11:36:12 +00:00
|
|
|
IgnoreSIGPIPE=no
|