From 782e8546a65cdad914223413a8ad1c9be9e9a355 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 7 Aug 2014 17:31:52 +0200 Subject: Make core-services just shell snippets and source them from 1; idea from @chneukirchen. --- 1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '1') diff --git a/1 b/1 index 2f437ed..62aa0ea 100755 --- a/1 +++ b/1 @@ -12,7 +12,7 @@ msg "Welcome to Void!\n" # Start core services: one-time system tasks. detect_virt for f in /etc/runit/core-services/*.sh; do - [ -x $f ] && $f + [ -r $f ] && . $f done dmesg >/var/log/dmesg.log -- cgit 1.4.1