From a507f6309c61c60b2d73c0e93f83e4c7bad15315 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 15 Aug 2014 07:01:11 +0200 Subject: services: fix permissions on some services and stop hardcoding path to bins. --- services/agetty-tty1/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'services/agetty-tty1') 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 -- cgit 1.4.1