exposed the rc configuration to the world

This commit is contained in:
Izaya 2020-03-20 13:15:54 +11:00
parent 2fe738591d
commit 0de3d01191
1 changed files with 1 additions and 4 deletions

View File

@ -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