diff mbox series

[03/13] utils/pb-console: Set up controlling terminal

Message ID 20181122233630.6303-4-sam@mendozajonas.com
State Superseded
Headers show
Series User support and client permissions | expand

Commit Message

Sam Mendoza-Jonas Nov. 22, 2018, 11:36 p.m. UTC
Enabling job control in the shell.

Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
---
 utils/pb-console | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/utils/pb-console b/utils/pb-console
index ef9ed0f6..62952959 100644
--- a/utils/pb-console
+++ b/utils/pb-console
@@ -94,7 +94,7 @@  then
 
 	if [ "$detach" = 1 ]
 	then
-		$getty $login_arg "$@" &
+		setsid -c $getty $login_arg "$@" &
 		exit
 	else
 		exec $getty $login_arg "$@"