1
1
mirror of https://git.shadowkat.net/izaya/OC-PsychOS2.git synced 2024-11-25 12:42:10 -05:00

exposed the rc configuration to the world

This commit is contained in:
XeonSquared 2020-03-20 13:15:54 +11:00
parent 2fe738591d
commit 0de3d01191

View File

@ -67,10 +67,7 @@ end
loadConfig() loadConfig()
for k,v in pairs(cfg.enabled) do
rc.start(v)
end
_G.service = service _G.service = service
rc.cfg = cfg
return rc return rc