On Tue, Sep 09, 2014 at 08:41:58PM +0200, Michael Biebl wrote: > > You can do that, yes. > for i in `seq 2 6` ; do > systemctl enable getty at tty$i.service > done Are you suggesting I put that in some file so that it gets run on every boot? Kurt