agetty: remove override for container-getty@.service since it's upstream
Added in systemd/systemd@68ac53e
This commit is contained in:
parent
2fd6b36c51
commit
322c823193
@ -80,8 +80,7 @@ in
|
||||
};
|
||||
|
||||
systemd.services."container-getty@" =
|
||||
{ unitConfig.ConditionPathExists = "/dev/pts/%I"; # Work around being respawned when "machinectl login" exits.
|
||||
serviceConfig.ExecStart = gettyCmd "--noclear --keep-baud pts/%I 115200,38400,9600 $TERM";
|
||||
{ serviceConfig.ExecStart = gettyCmd "--noclear --keep-baud pts/%I 115200,38400,9600 $TERM";
|
||||
restartIfChanged = false;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user