about summary refs log tree commit diff
path: root/services/agetty-tty1/run
diff options
context:
space:
mode:
Diffstat (limited to 'services/agetty-tty1/run')
-rwxr-xr-xservices/agetty-tty1/run2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/agetty-tty1/run b/services/agetty-tty1/run
index ab8c073..5c4dab1 100755
--- a/services/agetty-tty1/run
+++ b/services/agetty-tty1/run
@@ -1,3 +1,3 @@
 #!/bin/sh
 tty=${PWD##*-}
-exec setsid /sbin/agetty $([ $tty = tty1 ] && echo --noclear) $tty linux
+exec setsid agetty $([ $tty = tty1 ] && echo --noclear) $tty linux