From 184fd68e6c7f0f6de7eb3c989c95460e3821c4f0 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 4 Oct 2015 17:05:19 +0200 Subject: [PATCH] openrc: start before xdm --- initscript.openrc | 1 + 1 file changed, 1 insertion(+) diff --git a/initscript.openrc b/initscript.openrc index 7ea602d..dc5acd4 100755 --- a/initscript.openrc +++ b/initscript.openrc @@ -5,6 +5,7 @@ description="Check integrity of files in /boot" depend() { need localmount + before xdm } start()