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/sulogin/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'services/sulogin') diff --git a/services/sulogin/run b/services/sulogin/run index f9db040..98837b8 100755 --- a/services/sulogin/run +++ b/services/sulogin/run @@ -1,2 +1,2 @@ #!/bin/sh -exec setsid /sbin/sulogin -p /dev/tty1 2>&1 +exec setsid sulogin -p /dev/tty1 2>&1 -- cgit 1.4.1