agetty: remove override for container-getty@.service since it's upstream

Added in systemd/systemd@68ac53e
This commit is contained in:
Alexander Ried 2016-06-09 15:41:56 +02:00
parent 2fd6b36c51
commit 322c823193

View File

@ -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;
};