From 0de3d01191de4496caf5881b0115ec570f12fc31 Mon Sep 17 00:00:00 2001 From: XeonSquared Date: Fri, 20 Mar 2020 13:15:54 +1100 Subject: [PATCH] exposed the rc configuration to the world --- lib/rc.lua | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/rc.lua b/lib/rc.lua index 1ef1cd4..ab73ded 100644 --- a/lib/rc.lua +++ b/lib/rc.lua @@ -67,10 +67,7 @@ end loadConfig() -for k,v in pairs(cfg.enabled) do - rc.start(v) -end - _G.service = service +rc.cfg = cfg return rc