diff options
author | Will Woods <wwoods@redhat.com> | 2011-08-05 15:28:51 -0400 |
---|---|---|
committer | Will Woods <wwoods@redhat.com> | 2011-08-09 13:12:24 -0400 |
commit | 75263c8067d5aa996b7a6dccf5108387accc2372 (patch) | |
tree | c364fe6e775c94ce9a05016ac4508c4554648929 /data/systemd | |
parent | 78c4081f09ec4a37ce463e238c0f1f0b397208e6 (diff) | |
download | anaconda-75263c8067d5aa996b7a6dccf5108387accc2372.tar.gz anaconda-75263c8067d5aa996b7a6dccf5108387accc2372.tar.xz anaconda-75263c8067d5aa996b7a6dccf5108387accc2372.zip |
make anaconda-shell.service more like getty@.service
Diffstat (limited to 'data/systemd')
-rw-r--r-- | data/systemd/anaconda-shell.service | 6 |
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 |