]> err.no Git - systemd-rc/commitdiff
Debian uses /sbin/getty, not mingetty
authorTollef Fog Heen <tfheen@err.no>
Sun, 2 May 2010 16:48:40 +0000 (18:48 +0200)
committerTollef Fog Heen <tfheen@err.no>
Sun, 2 May 2010 16:48:40 +0000 (18:48 +0200)
getty@.service

index ceb04c06a1c5e3ad888b9c4d2137b6a22ba6a421..4cc9d2c83e4a1fe538de9261d89d2eb66337395c 100644 (file)
@@ -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