From: Tollef Fog Heen Date: Sun, 2 May 2010 16:48:40 +0000 (+0200) Subject: Debian uses /sbin/getty, not mingetty X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98e54aaeeedc5e6c25deaf0c9b01d653c915775f;p=systemd-rc Debian uses /sbin/getty, not mingetty --- diff --git a/getty@.service b/getty@.service index ceb04c0..4cc9d2c 100644 --- a/getty@.service +++ b/getty@.service @@ -5,7 +5,7 @@ After=basic.target Conflicts=shutdown.target [Service] -ExecStart=/sbin/mingetty %I +ExecStart=/sbin/getty 38400 %I Type=simple Restart=restart-always RestartSec=0