mirror of
https://github.com/systemd/systemd.git
synced 2025-03-19 22:50:17 +03:00
shutdown: untabify
This commit is contained in:
parent
2006d9acb1
commit
bccc1d8859
@ -276,9 +276,10 @@ static int pivot_to_new_root(void) {
|
||||
log_error("Failed to open /dev/console: %m");
|
||||
else {
|
||||
make_stdio(fd);
|
||||
/* initialize the controlling terminal */
|
||||
setsid();
|
||||
ioctl(0, TIOCSCTTY, NULL);
|
||||
|
||||
/* Initialize the controlling terminal */
|
||||
setsid();
|
||||
ioctl(STDIN_FILENO, TIOCSCTTY, NULL);
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user