From e87bc3ef67a892e2b3dba753190675e5f9b592b5 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 27 Jan 2015 14:28:45 +0100 Subject: [PATCH 1/1] units: fix all TTY paths for container gettys Spotted by Christian Seiler: http://lists.freedesktop.org/archives/systemd-devel/2015-January/027441.html --- units/container-getty@.service.m4.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/units/container-getty@.service.m4.in b/units/container-getty@.service.m4.in index 512046692..e126f3a48 100644 --- a/units/container-getty@.service.m4.in +++ b/units/container-getty@.service.m4.in @@ -21,8 +21,8 @@ ExecStart=-/sbin/agetty --noclear --keep-baud pts/%I 115200,38400,9600 $TERM Type=idle Restart=always RestartSec=0 -UtmpIdentifier=%I -TTYPath=/dev/%I +UtmpIdentifier=pts/%I +TTYPath=/dev/pts/%I TTYReset=yes TTYVHangup=yes KillMode=process -- 2.30.2