fiss

Friedel's Initialization and Service Supervision
Log | Files | Refs | LICENSE

commit 97e9707df83458d688fa7d605a79c6687ce49d65
parent a6f62f6d531fdbcb4cffaac14a732a5e88ea92d9
Author: Friedel Schön <[email protected]>
Date:   Tue, 23 May 2023 09:25:59 +0200

fixing agetty

Diffstat:
Metc/service.d/agetty-generic/run | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/etc/service.d/agetty-generic/run b/etc/service.d/agetty-generic/run @@ -1,4 +1,4 @@ #!/bin/sh [ -x /sbin/getty -o -x /bin/getty ] && exec getty $@ -[ -x /sbin/agetty -o -x /bin/agetty ] && exec getty $@ -\ No newline at end of file +[ -x /sbin/agetty -o -x /bin/agetty ] && exec agetty $@ +\ No newline at end of file