summaryrefslogtreecommitdiffstats
path: root/data/systemd/anaconda-shell.service
diff options
context:
space:
mode:
Diffstat (limited to 'data/systemd/anaconda-shell.service')
-rw-r--r--data/systemd/anaconda-shell.service6
1 files changed, 6 insertions, 0 deletions
diff --git a/data/systemd/anaconda-shell.service b/data/systemd/anaconda-shell.service
index c99c1b387..8d411464f 100644
--- a/data/systemd/anaconda-shell.service
+++ b/data/systemd/anaconda-shell.service
@@ -5,7 +5,13 @@ After=dev-tty2.device
[Service]
Environment=TERM=linux
+WorkingDirectory=/
ExecStart=-/sbin/agetty -n tty2 38400
Restart=always
RestartSec=0
TimeoutSec=0
+TTYPath=/dev/tty2
+TTYReset=yes
+TTYVHangup=yes
+TTYVTDisallocate=yes
+KillSignal=SIGHUP