qubes-installer-qubes-os/anaconda/data/systemd/anaconda-shell@.service
Marek Marczykowski-Górecki 3e63d1dd37 anaconda: update to 21.48.21-1
Apply diff anaconda-20.25.16-1..anaconda-21.48.21-1
2016-03-22 02:27:15 +13:00

22 lines
532 B
Desktop File

# 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
ConditionKernelCommandLine=!noshell
ConditionKernelCommandLine=!inst.noshell
[Service]
WorkingDirectory=/
ExecStart=-/sbin/agetty --noclear -n -l /bin/bash -o '--login' %I 38400
Type=idle
Restart=always
RestartSec=0
TTYPath=/dev/%I
TTYReset=yes
TTYVHangup=yes
TTYVTDisallocate=yes
KillMode=process
KillSignal=SIGHUP
IgnoreSIGPIPE=no