From 5918746f2862c202163d13817213cdd625c5b1eb Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Thu, 20 May 2010 20:17:11 +0200 Subject: [PATCH] Fix getty invocation on Debian --- units/getty@.service.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/units/getty@.service.m4 b/units/getty@.service.m4 index 9787638d..09eff9ed 100644 --- a/units/getty@.service.m4 +++ b/units/getty@.service.m4 @@ -16,7 +16,7 @@ # along with systemd; If not, see . m4_ifdef(`TARGET_FEDORA', `m4_define(`GETTY', `/sbin/mingetty')')m4_dnl -m4_ifdef(`TARGET_DEBIAN', `m4_define(`GETTY', `/sbin/getty 38400')')m4_dnl +m4_ifdef(`TARGET_DEBIAN', `m4_define(`GETTY', `/sbin/getty 38400 %I')')m4_dnl m4_ifdef(`TARGET_GENTOO', `m4_define(`GETTY', `/sbin/agetty 38400')')m4_dnl m4_dnl [Unit] -- 2.39.5