diff options
Diffstat (limited to 'services/agetty-console/run')
l---------[-rwxr-xr-x] | services/agetty-console/run | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/services/agetty-console/run b/services/agetty-console/run index 9fc6409..26e72f0 100755..120000 --- a/services/agetty-console/run +++ b/services/agetty-console/run @@ -1,7 +1 @@ -#!/bin/sh -if [ -x /sbin/getty ]; then - GETTY=getty -elif [ -x /sbin/agetty ]; then - GETTY=agetty -fi -exec $GETTY console 38400 linux +../agetty-generic/run \ No newline at end of file |